about summary refs log tree commit diff homepage
path: root/_layout/tag.html
blob: a9de4aed410c0fcf97d88ff455e2450f8b25fbd4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{{insert hair.html}}
<title>Tag: {{fd_tag}}</title>
<body>
{{insert header.html}}
<div class=franklin-content>
  <h1>Tag: {{fd_tag}}</h1>
  {{taglist}}
  {{insert page_foot.html}}
</div>
</body>
</html>