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