11 lines
173 B
HTML
11 lines
173 B
HTML
|
{{ define "main" }}
|
||
|
<content>
|
||
|
{{ .Content }}
|
||
|
</content>
|
||
|
<p>
|
||
|
{{ range (.GetTerms "tags") }}
|
||
|
<a href="{{ .Permalink }}">#{{ .LinkTitle }}</a>
|
||
|
{{ end }}
|
||
|
</p>
|
||
|
{{ end }}
|