main.js: a bit more sane code

This commit is contained in:
czaks
2016-05-05 14:38:24 +02:00
parent 6991ca270e
commit 02c3c28a16
6 changed files with 16 additions and 14 deletions

View File

@@ -4,7 +4,8 @@
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<script type='text/javascript'>
active_page = "catalog";
var active_page = "catalog"
, board_name = "{{ board }}";
</script>
{% include 'header.html' %}
<title>{{ settings.title }}</title>