grnx/templates/base.html

9 lines
119 B
HTML

<!doctype html>
<html>
<head>
</head>
<body>
{% block content %}{% endblock %}
</body>
</html>