5 <title>{% block title %}{% endblock %}
</title>
6 <meta charset=
"UTF-8" />
7 <meta name=
"viewport" content=
"width=device-width, initial-scale=1.0" />
8 <link href=
"https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel=
"stylesheet">
9 <script src=
"https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
11 <body class=
"d-flex flex-column min-vh-100">
13 <header class=
"container-fluid p-5 bg-primary text-white text-center">
14 <h1><a href=
"/" class=
"link-light">Notes
</a></h1>
17 <div id=
"content" class=
"container flex-fill">
18 {% block content %}{% endblock %}
21 <footer class=
"container-fluid p-5 bg-dark text-white mt-5">
23 <div class=
"col-lg-6 col-md-12 col-sm-12">
24 <ul style=
"list-style-type: none; margin-left: 0; padding-left: 0;">
25 <li><a href=
"/" class=
"link-light">Home
</a></li>
26 <li><a href=
"/archive/" class=
"link-light">Archive
</a></li>
29 <div class=
"col-lg-6 col-md-12 col-sm-12">
30 This site contains random notes and thoughts by
<a href=
"https://www.patrick-canterino.de/" class=
"link-light">Patrick Canterino
</a>.
<br>
31 If you have any questions, you may write me an email:
<a href=
"mailto:patrick@patrick-canterino.de" class=
"link-light">patrick@patrick-canterino.de
</a>
34 <div class=
"text-center">
35 ©
2022 <a href=
"https://www.patrick-canterino.de/" class=
"link-light">Patrick Canterino
</a>