6 <title>{% block title %}{% endblock %}
</title>
7 <meta charset=
"UTF-8" />
8 <meta name=
"viewport" content=
"width=device-width, initial-scale=1.0" />
9 <link href=
"{% static "style.css
" %}" rel=
"stylesheet">
10 <link href=
"https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel=
"stylesheet">
11 <script src=
"https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
13 <body class=
"d-flex flex-column min-vh-100">
15 <header class=
"container-fluid p-5">
16 <h1><a href=
"/">Notes
</a></h1>
19 <div id=
"content" class=
"container flex-fill">
20 {% block content %}{% endblock %}
23 <footer class=
"container-fluid p-5 mt-5">
25 <div class=
"col-lg-6 col-md-12 col-sm-12">
27 <li><a href=
"/">Home
</a></li>
28 <li><a href=
"/archive/">Archive
</a></li>
31 <div class=
"col-lg-6 col-md-12 col-sm-12">
32 This site contains random notes and thoughts by
<a href=
"https://www.patrick-canterino.de/">Patrick Canterino
</a>.
<br>
33 If you have any questions, you may write me an email:
<a href=
"mailto:patrick@patrick-canterino.de">patrick@patrick-canterino.de
</a>
36 <div class=
"text-center">
37 ©
2022 <a href=
"https://www.patrick-canterino.de/">Patrick Canterino
</a>