reploy/templates/head.html

14 lines
233 B
HTML

<head>
<meta charset="UTF-8" />
<title>
{{?title}}Page: {{title}}{{/title}}
{{?htag}}
Category:
{{#htag}}
{{?tag}} » {{tag}}{{/tag}}
{{^tag}}All pages{{/tag}}
{{/htag}}
{{/htag}}
</title>
</head>