1
0
Fork 0
forked from bton/matekasse

base.html

This commit is contained in:
2000-Trek 2023-06-23 23:20:50 +02:00
parent 8f8983b0f9
commit ac1cb4aab4
2 changed files with 13 additions and 4 deletions

View file

@ -1,8 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>
{% block title %} {% endblock %} - FlaskApp
</title>
</head>
<body>
<nav>
<p><a href="/list">user and tag list</a> | <a href="/documentation">Documentation</a></p>
</nav>
<hr>
<div class="conntent">
{% block content %} {% endblock %}
</div>
</body>
</html>