aboutsummaryrefslogblamecommitdiffhomepage
path: root/src/web/html.md
blob: 7561cf46ab5236a53fe5efc1af549ded84f95381 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                                 
# 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 }}
```