sterntours/app/Resources/views/default/pages/cms/traveltainment.html.twig
2020-07-09 12:49:32 +02:00

17 lines
No EOL
590 B
Twig

{% extends get_base_template() %}
{% block body %}
<section class="clearfix">
{% embed 'default/components/ttBodySearchForm.html.twig' %}
{% block tt_body_search_form_submit %}
<div class="form-group col-md-12 col-sm-12 col-xs-12 text-center form-bottom">
<button type="submit" class="btn btn-primary">suchen</button>
</div>
{% endblock %}
{% endembed %}
</section>
<section class="clearfix">
{{ page.content|raw|keywords|lozad }}
</section>
{% endblock %}