{% block head %} {% block meta %} {% endblock %} {% block title %}{% endblock %} {% block styles %} {% if active_page == 'profile' %} {% elif active_page in ['inbox', 'new'] %} {% elif active_page == 'plugins' %} {% endif %} {% endblock %} {% endblock %} {% block body %}
{% if error %} {% endif %} {% set navigation = [ ( '/', 'home', 'Home' ), ( '/inbox', 'inbox', 'Inbox' ), ( '/inbox/new', 'new', 'New' ), ( '/inbox/profile', 'profile', 'Profile' ), ( '/inbox/peers', 'peers', 'Peers' ), ( '/plugins', 'plugins', 'Plugins' ), ] %} {% set active_page = active_page|default('inbox') %}
{% block content %} {% endblock %}
{% block scripts %} {% endblock %} {% endblock %}