leuchttuerme-ostsee/themes/leuchttuerm/layouts/_default/single.html

13 lines
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 }}