6 lines
96 B
HTML
6 lines
96 B
HTML
{{ define "main" }}
|
|
<h2>{{ .Title }}</h2>
|
|
<hr>
|
|
|
|
{{ partial "art-tag" . }}
|
|
{{ end }}
|