2016-08-19 09:19:06 +02:00
|
|
|
doctype
|
|
|
|
html(lang="en")
|
|
|
|
head
|
|
|
|
meta(charset="utf-8")
|
2017-06-12 15:03:06 +02:00
|
|
|
title Error
|
2016-08-19 09:19:06 +02:00
|
|
|
meta(name="viewport", content="width=device-width, initial-scale=1.0")
|
|
|
|
|
|
|
|
link(href="{{ url_for('static_pillar', filename='assets/ico/favicon.png') }}", rel="shortcut icon")
|
|
|
|
link(href="{{ url_for('static_pillar', filename='assets/ico/apple-touch-icon-precomposed.png') }}", rel="icon apple-touch-icon-precomposed", sizes="192x192")
|
2017-06-12 15:03:06 +02:00
|
|
|
link(href="{{ url_for('static_pillar', filename='assets/css/base.css') }}", rel="stylesheet")
|
2016-08-19 09:19:06 +02:00
|
|
|
link(href="{{ url_for('static_pillar', filename='assets/css/main.css') }}", rel="stylesheet")
|
2017-06-12 15:03:06 +02:00
|
|
|
link(href='//fonts.googleapis.com/css?family=Roboto:300,400', rel='stylesheet', type='text/css')
|
2016-08-19 09:19:06 +02:00
|
|
|
|
|
|
|
body.error
|
|
|
|
| {% block body %}{% endblock %}
|
|
|
|
|