2016-05-14 14:26:44 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2016-05-15 17:42:35 +01:00
|
|
|
<head>
|
2016-05-22 18:31:47 +01:00
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<meta name="description" content="" />
|
|
|
|
<meta name="author" content="" />
|
2016-05-14 14:26:44 +01:00
|
|
|
|
2016-05-15 17:46:00 +01:00
|
|
|
<title>{% block htmltitle %}Page{% endblock%} - {{ SITENAME }}</title>
|
2016-05-15 17:42:35 +01:00
|
|
|
|
2016-05-20 08:51:15 +01:00
|
|
|
<link rel="stylesheet" href="/static/css/index.css" type="text/css">
|
2016-05-15 17:42:35 +01:00
|
|
|
</head>
|
|
|
|
<body id="page-top">
|
2016-05-20 19:44:48 +01:00
|
|
|
{% block navbar %}
|
2016-05-21 21:58:01 +01:00
|
|
|
{% include "extras/navbar.html" %}
|
2016-05-20 19:44:48 +01:00
|
|
|
{% endblock %}
|
2016-05-14 14:26:44 +01:00
|
|
|
|
2016-05-20 08:51:15 +01:00
|
|
|
{% block content %}{% endblock %}
|
2016-05-14 14:26:44 +01:00
|
|
|
|
2016-05-22 18:31:47 +01:00
|
|
|
{% include "extras/footer.html" %}
|
2016-05-21 20:35:59 +01:00
|
|
|
|
2016-05-20 08:51:15 +01:00
|
|
|
<script src="/static/js/jquery.js"></script>
|
|
|
|
<script src="/static/js/libs.js"></script>
|
|
|
|
<script src="/static/js/app.js"></script>
|
2016-05-22 18:28:01 +01:00
|
|
|
|
|
|
|
<noscript>
|
|
|
|
<style>html, body { display: none }</style>
|
|
|
|
<meta http-equiv="refresh" content="0.0;url=/no-js/" />
|
|
|
|
</noscript>
|
2016-05-15 17:42:35 +01:00
|
|
|
</body>
|
2016-05-14 14:26:44 +01:00
|
|
|
</html>
|