{% 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 %}
{% if g.cdn_url != '/static' %} {% endif %} {% for js_f in g['other_js'] %} {% endfor %} {% block scripts %} {% endblock %}