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

7 lines
84 B
HTML
Raw Normal View History

2024-03-31 14:20:03 +01:00
<head>
<title>{{ page.title }}</title>
</head>
<body>
{{ content }}
</body>