declare active_page for page.html template

This commit is contained in:
czaks 2013-12-25 18:31:35 +01:00
parent 682ebd64ca
commit 08faec17b0

View File

@ -2,6 +2,9 @@
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<script type="text/javascript">
active_page = "page";
</script>
{% include 'header.html' %} {% include 'header.html' %}
<title>{{ title }}</title> <title>{{ title }}</title>
</head> </head>