12 lines
No EOL
403 B
HTML
12 lines
No EOL
403 B
HTML
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="/static/site.css">
|
|
<link rel="icon" href="/static/avatar.png" />
|
|
{% if title -%}
|
|
<title>{{ title }} | tollyx.net</title>
|
|
{% else -%}
|
|
<title>tollyx.net</title>
|
|
{% endif -%}
|
|
</head> |