Move all files to 2019/
This commit is contained in:
parent
f59a1843de
commit
0b536af737
94 changed files with 0 additions and 0 deletions
21
2019/source/_layouts/page.html.twig
Normal file
21
2019/source/_layouts/page.html.twig
Normal file
|
@ -0,0 +1,21 @@
|
|||
{% extends 'base' %}
|
||||
|
||||
{% block content_wrapper %}
|
||||
<main class="tw-justify-start">
|
||||
<div class="tw-w-full tw-max-w-4xl tw-mx-auto tw-my-10">
|
||||
<div class="tw-px-4 xl:tw-px-0">
|
||||
<h1 class="tw-mt-0">
|
||||
{% block title %}{{ page.title }}{% endblock %}
|
||||
</h1>
|
||||
|
||||
{% block content_wrapper_inner %}
|
||||
<div class="markup">
|
||||
{% block content %}{% endblock %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
{% block content_bottom %}{% endblock %}
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
{% endblock %}
|
Reference in a new issue