| 123456789101112131415161718 |
- <!doctype html>
- <html lang="de">
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>GCOutline</title>
- <script src="https://unpkg.com/htmx.org@1.9.3"></script>
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css">
- </head>
- <body class="container py-3">
- <header class="mb-3">
- <h1>GCOutline</h1>
- </header>
- <main>
- {% block content %}{% endblock %}
- </main>
- </body>
- </html>
|