1
Fork 0
yamdl-playground/yamdl_playground/core/templates/content.html
Jake Howard 2ba54c9a90
Remove jinja2
Performance makes little difference, and I have block tags now
2024-06-18 17:51:38 +01:00

9 lines
171 B
HTML

{% load core_tags %}
<head>
<title>{{ page.title }}</title>
</head>
<body>
{% mytag %}content{% endmytag %}
{{ page.toc.html|safe }}
{{ content }}
</body>