Files
weko/layouts/_default/index.html
2021-06-12 01:58:10 +02:00

6 lines
90 B
HTML

{{ define "main" }}
<section class="content">
{{ .Content }}
</section>
{{ end }}