You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pages/layouts/_default/list.html

11 lines
245 B
HTML

{{ define "main" }}
{{ partial "scrolling-image-header" . }}
<section class="container-fluid list-main">
<div class="container px-5">
{{ block "content" . }}
{{ .Content }}
{{ end }}
</div>
</section>
{{ end }}