9 lines
235 B
HTML
9 lines
235 B
HTML
{{define "body_content"}}
|
|
<p class="title is-4">Bestellformular</p>
|
|
<article class="message is-danger">
|
|
<div class="message-body">
|
|
Aktuell noch in Entwicklung, kommen Sie später noch einmal vorbei...
|
|
</div>
|
|
</article>
|
|
{{end}}
|