This repository has been archived on 2025-09-29. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
drupalcampbristol/source/_layouts/page.html.twig

11 lines
256 B
Twig

{% extends 'base' %}
{% block content_wrapper %}
<main class="tw-max-w-5xl tw-px-6 tw-mx-auto tw-my-10">
<h1 class="tw-mt-0">{{ page.title }}</h1>
<div class="markup">
{% block content %}{% endblock %}
</div>
</main>
{% endblock %}