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

8 lines
118 B
HTML
Raw Normal View History

2024-03-31 14:20:03 +01:00
<head>
<title>{{ page.title }}</title>
</head>
<body>
2024-04-30 21:23:21 +01:00
{{ page.toc.html|safe }}
2024-05-24 20:50:53 +01:00
{{ content|safe }}
2024-03-31 14:20:03 +01:00
</body>