{% if athlete_list %}
Here are the athletes: {{ athlete_list }}.
{% else %}No athletes are available.
{% if coach_list %}Here are the coaches: {{ coach_list }}.
{% endif %} {% endif %} {% block content %} {% if morning %}Hello World!
{% else %}Goodbye World!
{% endif %} {% endblock %}