{% extends 'template.html.twig' %}
{% block banner %}
<div id='' class='gpadding relative w100 htop-in {{desktop("flex row")}} {{mobile("")}}'>
<div class="flex row center fill relative text-center {{desktop("top-60-in")}} {{mobile("top-20-in")}}">
<h1 class="h2 upper border-1x border-solid border-bottom">{{ title }}</h1>
</div>
</div>
{% endblock %}
{% block body %}
<div class='{{desktop("gpadding vt-80-in")}} {{mobile("gpadding vt-30-in")}} '>
<div class='flex row middle center {{desktop("")}} {{mobile("vt-20-in")}}'>
<div class="{{desktop("half")}}">
<div class="bg-white shadow-alt hz-40-in vt-40-in radius-20">
{% block reset_content %}
{% endblock %}
</div>
</div>
</div>
</div>
{% endblock %}