1
Fork 0
yamdl-playground/yamdl_playground/core/templates/content.html
2024-04-30 21:23:21 +01:00

7 lines
113 B
HTML

<head>
<title>{{ page.title }}</title>
</head>
<body>
{{ page.toc.html|safe }}
{{ content }}
</body>