sterntours/trunk/app/Resources/views/default/pages/cms/traveltainment.html.twig
adametz b28c7db598 feeback show, header css lazy
git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3482 f459cee4-fb09-11de-96c3-f9c5f16c3c76
2018-12-27 16:40:23 +00: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 %}