reploy/templates/head.html

10 lines
163 B
HTML

<head>
<meta charset="UTF-8" />
<title>
{{?title}}{{title}}{{/title}}
{{?htag}}
All cards {{#htag}} » {{tag}}{{/htag}}
{{/htag}}
</title>
</head>