leuchttuerme-ostsee/themes/leuchttuerm/layouts/_default/single.html
2022-10-14 16:05:03 +02:00

13 lines
No EOL
237 B
HTML

{{ define "main" }}
<div class="container" style="margin-top:30px;">
<div class="row">
<div class="col-md-12">
<h1>{{ .Title }}</h1>
{{ .Content }}
</div>
</div>
</div>
<br><br>
{{ end }}