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

12 lines
256 B
Twig
Raw Normal View History

2019-04-09 14:08:53 +01:00
{% extends 'base' %}
{% block content_wrapper %}
2019-04-11 13:42:07 +01:00
<main class="tw-max-w-6xl tw-px-6 tw-mx-auto tw-my-10">
2019-04-09 14:08:53 +01:00
<h1 class="tw-mt-0">{{ page.title }}</h1>
<div class="markup">
{% block content %}{% endblock %}
</div>
</main>
{% endblock %}