Template
The HTML <template>
tag, implemented in Ruby.
Parameters
This component accepts all the canonical HTML global attributes like id
or class
.
Examples
Example 1: Yield other components inside a template
returns
Example 2: Render a given block, e.g. a partial
returns
```html
I am part of a partial
Last updated