Sign in
apache
/
comdev-site
/
refs/heads/main
/
.
/
layouts
/
_default
/
term.html
blob: 200fdf846e1b8033ed7b0f23929fbfa0fbfc2f30 [
file
] [
log
] [
blame
]
{{ define "main" }}
<h2>
Pages having the
<em>
{{ .Title }}
</em>
tag
</h2>
<p>
See also the
<a
href
=
"/tags/"
>
list of tags
</a>
.
</p>
<ul>
{{ range .Data.Pages }}
<li>
<a
href
=
"{{.RelPermalink}}"
>
{{ .Title }}
</a>
</li>
{{ end }}
</ul>
{{ end }}