318 B
318 B
test for jinja templates doc in mkdocs
with raw balises: {% raw %} {{define "main"}} {% endraw %}
with html coments and raw balises:
{{define "main"}}
escaping the 2nd opening curly bracket: {{ define "main" }}
no raw balises (breaking local): {{ define "main" }}