rowt/templates/base.html.tera

18 lines
128 B
Plaintext
Raw Normal View History

2023-04-03 16:11:26 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
</head>
<body>
{% block content %}
{% endblock content %}
</body>
</html>