1
Fork 0
yamdl-playground/yamdl_playground/core/templates/content.html
2024-03-31 14:20:03 +01:00

6 lines
84 B
HTML

<head>
<title>{{ page.title }}</title>
</head>
<body>
{{ content }}
</body>