aboutsummaryrefslogtreecommitdiff
path: root/data/templates/tag.html
blob: b2736b922e05ab63910f49dfbba0cd3ceefaa4bb (plain)
1
2
3
4
5
{{define "content"}}
	<h2>Tag: {{.Tag}}</h2>
	
	{{template "Projectlist" .Projects}}
{{end}}