{{ 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.bot -%} {% endif -%} {% if user.reputation < -10 -%} {% elif user.reputation < 0 -%} {% endif -%} {% endif -%} {% endmacro -%}
{% block head -%} {% block styles -%} {% if not low_bandwidth -%} {% endif -%} {% if theme() and file_exists('app/templates/themes/' + theme() + '/styles.css') -%} {% endif -%} {% endblock -%}