goCake/templates/home.html

7 lines
180 B
HTML
Raw Normal View History

2020-11-08 16:00:33 +00:00
{{template "header" .}}
<div class="mainbody">
<p>Willkommen auf einer kleinen Testseite</p>
<p>Hier ist ja doch noch ein wenig was Platz...</p>
</div>
{{template "footer" .}}