Initial commit

This commit is contained in:
2019-03-30 18:41:00 +01:00
commit 10993b9209
28 changed files with 887 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
{{define "header_additions"}}
{{end}}
{{define "body_content"}}
<p class="title is-4">Die etwas andere Bienenstockwaage...</p>
<article class="message is-danger">
<div class="message-body">
Aktuell noch in Entwicklung, kommen Sie sp&auml;ter noch einmal vorbei...
</div>
</article>
{{ if ne .UserName "" }}
<p>
<strong>Ich will weitere bestellen!</strong>
<span class="icon"><i class="fa fa-arrow-right"></i></span>
Hier geht's zum <a href="/order.html">Bestellformular</a>
</p>
{{ else }}
<p>
<strong>Ich will auch eine!</strong>
<span class="icon"><i class="fa fa-arrow-right"></i></span>
Hier geht's zum <a href="/order.html">Bestellformular</a>
</p>
<p>&nbsp;</p>
<p>
<strong>Ich habe bereits eine (oder mehrere)</strong>
<span class="icon"><i class="fa fa-arrow-right"></i></span>
Hier geht's zum <a href="/login.html">Login</a>
{{end}}
{{end}}