From 29c1b6a06f8d5c546fbd5514731c4ac4c504f6c3 Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Fri, 23 Sep 2022 20:28:41 +0200 Subject: web: added html snippets --- src/web/html.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/web/html.md (limited to 'src/web/html.md') 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 `
` the details are unfolded by default. + +# Minimal 2 column layout +[Rendered html](src/grid-2col.html) +```html +{{#include src/grid-2col.html }} +``` + -- cgit v1.2.3