moved h from header to body

This commit is contained in:
s5260822 2025-03-19 00:26:49 +01:00
parent 9b0c46a468
commit baf6b70b00
2 changed files with 2 additions and 6 deletions

View file

@ -15,9 +15,7 @@
</head>
<#include "header.ftl">
<body>
<header>
<h1>${p.vorname} ${p.nachname} (${p.partei})</h1>
</header>
<h1>${p.vorname} ${p.nachname} (${p.partei})</h1>
<br>
<#if pic??>

View file

@ -15,9 +15,7 @@
</head>
<#include "header.ftl">
<body>
<header>
<h1>Reden von ${p.vorname} ${p.nachname} (${p.partei})</h1>
</header>
<h1>Reden von ${p.vorname} ${p.nachname} (${p.partei})</h1>
<main>
<section>