summaryrefslogtreecommitdiff
path: root/templates/root.jinja
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2013-04-11 21:47:56 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2013-04-11 21:47:56 +0200
commit978f1a4999937a56bd3861a219bb2d9082ba5de6 (patch)
tree69a55977f09000e1c867a2c253c7018050951e72 /templates/root.jinja
parent0567318344330295512176569a84afc9748d79c5 (diff)
downloadkosten-978f1a4999937a56bd3861a219bb2d9082ba5de6.tar.gz
kosten-978f1a4999937a56bd3861a219bb2d9082ba5de6.tar.bz2
kosten-978f1a4999937a56bd3861a219bb2d9082ba5de6.zip
404 page in jinja
Diffstat (limited to '')
-rw-r--r--templates/root.jinja3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/root.jinja b/templates/root.jinja
index 7debb6a..b17ac92 100644
--- a/templates/root.jinja
+++ b/templates/root.jinja
@@ -9,7 +9,7 @@
{% endblock %}
{% endif %}
<link rel="shortcut icon" href="{{ "images/currency.png" | static_url }}" type="image/icon">
- <title>{% block title -%}Kostenverwaltung{%- endblock %}</title>
+ <title>{{ title or "Kostenverwaltung" }}</title>
{% block style %}
<link href="{{ "css/style.css" | static_url }}" rel="stylesheet" type="text/css">
{% endblock %}
@@ -39,6 +39,7 @@
<div id="page">
<div class="content">
+ <h1 class="page_heading">{{ heading }}</h1>
{% block content %}{% endblock %}
</div>
<div style="clear: both;"></div>