1
Fork 0
yamdl-playground/yamdl_playground/core/templates/content.html

10 lines
171 B
HTML
Raw Normal View History

{% load core_tags %}
2024-03-31 14:20:03 +01:00
<head>
<title>{{ page.title }}</title>
</head>
<body>
{% mytag %}content{% endmytag %}
2024-04-30 21:23:21 +01:00
{{ page.toc.html|safe }}
{{ content }}
2024-03-31 14:20:03 +01:00
</body>