{% macro render_username(user) %} {% if user.deleted %} [deleted] {% else %} {% if user.avatar_id %} Avatar {% endif %} {{ user.display_name() }} {% if user.created_recently() %} {% endif %} {% if user.reputation < -10 %} {% elif user.reputation < 0 %} {% endif %} {% endif %} {% endmacro %} {% block head %} {% block styles %} {{ bootstrap.load_css() }} {% if markdown_editor %} {% endif %} {% endblock %} {% if title %}{{ title }}{% else %}{{ _('PieFed') }}{% endif %} {% if canonical %} {% endif %} {% if description %} {% endif %} {% if og_image %} {% endif %} {% if rss_feed %} {% endif %} {% endblock %} {% block navbar %} {% endblock %} {% block content %}
{% with messages = get_flashed_messages(with_categories=True) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %} {# application content needs to be provided in the app_content block #} {% block app_content %}{% endblock %}
{% endblock %} {% block scripts %} {{ str(moment.include_moment()).replace(' {% if markdown_editor %} {% endif %} {% block end_scripts %} {% endblock %}