aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/web/html.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/html.md')
-rw-r--r--src/web/html.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/web/html.md b/src/web/html.md
new file mode 100644
index 0000000..7561cf4
--- /dev/null
+++ b/src/web/html.md
@@ -0,0 +1,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 }}
+```
+