git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3482 f459cee4-fb09-11de-96c3-f9c5f16c3c76
16 lines
No EOL
478 B
Twig
16 lines
No EOL
478 B
Twig
{# @var page \AppBundle\Entity\Page #}
|
|
{% extends get_base_template() %}
|
|
|
|
{% block offers_sidebar_widget %}{% endblock %}
|
|
|
|
{% block body %}
|
|
<section class="clearfix">
|
|
{{ page.content|raw|keywords|lozad }}
|
|
</section>
|
|
|
|
<section class="clearfix hide-in-modal">
|
|
<h3>Unsere beliebtesten Kulturreisen</h3>
|
|
|
|
{{ render(controller('AppBundle:Component:offersCarousel', {country: page.effectiveCountry})) }}
|
|
</section>
|
|
{% endblock %} |