moved h from header to body
This commit is contained in:
parent
9b0c46a468
commit
baf6b70b00
2 changed files with 2 additions and 6 deletions
|
@ -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??>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue