about summary refs log tree commit diff homepage
path: root/_layout/tag.html
blob: b8155358268e55b960b4b13f6cc8c9d5b775a332 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype html>
<html lang=en>
<meta charset=UTF-8>
<meta name=viewport content='width=device-width, initial-scale=1'>
<link rel=stylesheet href=/css/style.css>
<title>Tag: {{fill fd_tag}}</title>
<body>
  {{insert header.html}}
  <div class=franklin-content>
    <h1>Tag: {{fill fd_tag}}</h1>
    {{taglist}}
    {{insert page_foot.html}}
  </div>
</body>
</html>