added header and footer

This commit is contained in:
s5260822 2025-03-18 17:39:37 +01:00
parent e8d4ca7666
commit ba99d07549
4 changed files with 10 additions and 2 deletions

View file

@ -14,6 +14,7 @@
}
</style>
</head>
<#include "header.ftl">
<body>
<header>
<h1>Abgeordnete (alphabetisch sortiert)</h1>
@ -45,6 +46,7 @@
<a href="/" class="back-link">Zurück zum Anfang</a>
</main>
</body>
<#include "footer.ftl">
</html>

View file

@ -13,6 +13,7 @@
}
</style>
</head>
<#include "header.ftl">
<body>
<header>
<h1>${p.vorname} ${p.nachname} (${p.partei})</h1>
@ -101,4 +102,5 @@
</main>
</body>
<#include "footer.ftl">
</html>

View file

@ -12,6 +12,7 @@
}
</style>
</head>
<#include "header.ftl">
<body>
<header>
<h1>Reden von ${p.vorname} ${p.nachname} (${p.partei})</h1>
@ -40,4 +41,6 @@
</table>
</section>
</main>
<body>
<body>
<#include "footer.ftl">
</html>

View file

@ -13,7 +13,7 @@
}
</style>
</head>
<#include "header.ftl">
<body>
<script src="https://d3js.org/d3.v7.min.js"></script>
<header>
@ -40,4 +40,5 @@
</body>
<#include "footer.ftl">
</html>