{% if page.blocks.meta_description %} {% elseif page.meta.description %} {% else %} {% endif %} {% block head_title %} {% if page.meta.title %} {{ page.meta.title }} {% else %} {{ page.title }} | {{ site.name }} {% endif %} {% endblock %} {% block styles %}{% endblock %} Jump to the navigation menu
{% 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 %}
{# Add the Mastodon verification link so pages can be verified. #} {% block scripts %}{% endblock %}