1
0
mirror of https://github.com/tiyn/beaker-blog.git synced 2025-04-03 16:07:45 +02:00
beaker-blog/templates/template.html
2020-05-22 21:02:11 +02:00

14 lines
257 B
HTML

<html>
<head>
<title>{{ title }}</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width", initial-scale=1.0>
</head>
<body>
<!-- Content -->
{% block content %}
{% endblock %}
<!-- Content -->
</body>
</html>