aboutsummaryrefslogtreecommitdiff
path: root/templates/head.html
blob: 63b19b5741cd618ec8a617ff3b5f9a5d465e86e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>
  {{?title}}How-To Cards: {{title}}{{/title}}
  {{?htag}}
    Category:
    {{#htag}}
      {{?tag}} » {{tag}}{{/tag}}
      {{^tag}}All cards{{/tag}}
    {{/htag}}
  {{/htag}}
  </title>
  <link rel="stylesheet" href="{{root}}style.css" />
  <link rel="stylesheet" href="{{root}}fonts.css" />
</head>