blob: e4cb4be3ee0e7dfbf870c959173bc861f31526f6 (
plain)
1
2
3
4
5
6
7
|
{% extends "basic/layout.html" %}
{% set script_files = script_files + ["_static/webscript.js"] %}
{# put the sidebar before the body #}
{% block sidebar1 %}{% endblock %}
{% block sidebar2 %}{% endblock %}
|