{% block head %}
pyAggr3g470r{% if head_title %} - {{ head_title }}{% endif %}
{% endblock %}
Toggle navigation
pyAggr3g470r
{% if head_title %} - {{ head_title }}{% endif %}
{% if g.user.is_authenticated() %}
{{ _('Add a feed') }}
{{ _('Favorites') }}
{% if conf.ON_HEROKU and g.user.is_admin() %}
{{ _('Fetch') }}
{% endif %}
{{ _('Feed') }}
{{ _('Mark all as read') }}
{{ _('Inactive') }}
{{ _('History') }}
{{ _('All') }}
{{ _('Tools') }}
{{ _('Management') }}
{% if g.user.is_admin() %}
{{ _('Dashboard') }}
{% endif %}
{{ _('About') }}
{{ _('Logout') }}
{% else %}
{{ _('About') }}
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
×
{{ message }}
{% endfor %} {% endif %} {% endwith %}
{% block content %}{% endblock %}