2015-01-26 12:25:21 +01:00
|
|
|
<div class="modular-row contact {{ page.header.class }}">
|
|
|
|
<div class="g-grid pure-g-r">
|
|
|
|
<div id="listing" class="g-block pure-u-2-3">
|
2015-01-26 13:08:50 +01:00
|
|
|
{% if config.plugins.simple_form.enabled %}
|
2015-09-18 11:23:40 +02:00
|
|
|
{% set simple_form_config = page.header.simple_form ?: config.themes.deliver.simple_form %}
|
|
|
|
{{ simple_form(simple_form_config) }}
|
|
|
|
{% endif %}
|
2015-01-26 12:25:21 +01:00
|
|
|
</div>
|
|
|
|
<div id="sidebar" class="g-block size-1-3 pure-u-1-3">
|
|
|
|
{{ content }}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|