summaryrefslogtreecommitdiff
path: root/themes/bare/layouts/_default/taxonomy.html
blob: 8dfbda80ce08e2dca189b785037c0a0ce053794a (plain)
1
2
3
4
5
6
7
8
9
<html>
  <body>
    <h1>Welcome!</h1>

    <h2>{{ .Title }}</h2>
    {{ .Content }}

  </body>
</html>