{% extends 'base' %} {% block body %}
{% include 'banner.html.twig' %}
{% include 'logo.html.twig' %}
{% block content_top %}{% endblock %}
{% if page.url matches "#^/atdc/#" %}

I'm currently updating this course for Drupal 11. If you find any bugs or have any issues, please let me know.

{% endif %}

{% block page_title %}{{ page.title }}{% endblock %}

{% block content_wrapper %} {% block content %}{% endblock %} {% endblock %}
{% block content_bottom %}{% endblock %}
{% endblock %}