{% macro render_username(user) %} {% if user.deleted %} [deleted] {% else %} {{ user.user_name }} {% if user.created_recently() %} {% endif %} {% endif %} {% endmacro %} {% block head %} {% block styles %} {{ bootstrap.load_css() }} {% endblock %} {% if title %}{{ title }} - {{ _('PieFed') }}{% else %}{{ _('PieFed') }}{% endif %} {% if canonical %} {% endif %} {% if description %} {% endif %} {% if og_image %} {% 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(' {% block end_scripts %} {% endblock %}