declare active_page for page.html template
This commit is contained in:
parent
a4d3aedab8
commit
08e4fd9a0a
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user