{% with organization=current_page.organization header_level=2 %}
{% placeholder "banner" %}
{% if organization.logo %}
{% endif %}
{{ current_page.get_title }}
{% placeholder "description" %}
{% for course in organization.courses.drafts %}
{# If the current page is a draft, show draft courses with a class annotation for styling #}
{% if current_page.publisher_is_draft %}
{% if course.check_publication is True %}
{% endif %}
{# If the current course page is the published version, show only the courses that are published #}
{% elif course.check_publication is True %}