pages/layouts/_default/single.html

9 lines
139 B
HTML
Raw Normal View History

{{ define "main" }}
<section class="container-fluid list-main">
<div class="container px-5">
{{ .Content }}
</div>
</section>
{{ end }}