diff options
Diffstat (limited to 'src/web/html.md')
-rw-r--r-- | src/web/html.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/web/html.md b/src/web/html.md index 4f545e1..d3b78ba 100644 --- a/src/web/html.md +++ b/src/web/html.md @@ -24,3 +24,9 @@ ```html {{#include src/tabs.html }} ``` + +# Minimal tags filter +[Rendered html](src/tags.html) +```html +{{#include src/tags.html }} +``` |