{% for css_f in g['other_css'] %}
{% endfor %}
0
{{session['address']}}
{% for menu in g['menus'] %} {% if menu['href'] == g.uri %}
{{menu['title']}}
{% else %}
{{menu['title']}}
{% endif %} {% endfor %}
+
{{session['config']['sites_path']}}
{% block content %}{% endblock %}
{% block scripts %} {% for js_f in g['other_js'] %} {% endfor %} {% endblock %}