{% extends "macros.html" %} {% block html %} {% block head %} {% if is_test %} {% else %} {% endif %} Chellow {% block title %}{% endblock %} {% block inside_head %}{% endblock %} {% endblock %} {% block body %}
{% if global_alerts %} {% endif %} {% with messages = get_flashed_messages() %} {% if messages %} {% endif %} {% endwith %} {% block content %} {% endblock %}
{% endblock %} {% endblock %}