weko.io/layouts/_default/index.html

6 lines
90 B
HTML
Raw Normal View History

2021-06-12 01:58:10 +02:00
{{ define "main" }}
<section class="content">
{{ .Content }}
</section>
{{ end }}