{% block head %}
{% if head_title %}{{ head_title }} - {% endif %}pyAggr3g470r
{% endblock %}
Toggle navigation
pyAggr3g470r
{% if g.user.is_authenticated() %}
{{ _('Articles') }}
{{ _('Fetch') }}
{{ _('Mark all as read') }}
{{ _('Add a feed') }}
{{ _('Filter') }}
{{ _('Unread') }}
{{ _('Favorites') }}
{{ _('Inactive feeds') }}
{{ _('All feeds') }}
{{ _('History') }}
{{ _('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 %}