{{ message }}
{% endfor %}
{% endif %}
{% endwith %}
{# application content needs to be provided in the app_content block #}
{% block app_content %}{% endblock %}
{% macro render_username(user) %} {% if user.deleted %} [deleted] {% else %} {% if user.avatar_id and not low_bandwidth %} {% 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 %} {% if theme() %} {% endif %} {% endblock %}