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

8 lines
113 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-03-31 14:20:03 +01:00
{{ content }}
</body>