Plume/templates/base.tera
2018-05-09 18:53:12 +01:00

12 lines
238 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>{% block title %}{% endblock title %} ⋅ Plume</title>
</head>
<body>
{% block content %}
{% endblock content %}
</body>
</html>