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