blob: 82cedac64cdc12c99558ff123058a9c4f656bde1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="/static/favicon.ico">
<link rel="stylesheet" href="{{ $cssRoute }}">
<title>short.adyxax.org</title>
</head>
<body>
<main id="main">
{% block content %}{% endblock %}
</main>
{% importnwt "templates/partials/footer.html" %}
</body>
</html>
|