13 lines
340 B
HTML
13 lines
340 B
HTML
<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>
|