Initial commit
This commit is contained in:
@@ -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ä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> </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}}
|
||||
Reference in New Issue
Block a user