blob: 4f545e166f4eef143452299b0f9ce0f59d7fc8a9 (
plain) (
tree)
|
|
# html
## Collapsible element
[Rendered html](src/details.html)
```html
{{#include src/details.html:10: }}
```
> With the `open` attribute `<details open>` the details are unfolded by default.
# Minimal 2 column layout
[Rendered html](src/grid-2col.html)
```html
{{#include src/grid-2col.html }}
```
# Minimal grid area
[Rendered html](src/grid-area.html)
```html
{{#include src/grid-area.html }}
```
# Minimal tabs
[Rendered html](src/tabs.html)
```html
{{#include src/tabs.html }}
```
|