aboutsummaryrefslogtreecommitdiff
path: root/src/templates/partials/master.html
blob: 78e32118d776b1c48515ff6013f1e7a8b392b6fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!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>
		{% importnwt "templates/partials/nav.html" %}
		<main id="main">
			{% block content %}{% endblock %}
		</main>
		{% importnwt "templates/partials/footer.html" %}
	</body>
</html>