weko.io/layouts/_default/single.html

6 lines
103 B
HTML
Raw Normal View History

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