3 lines
No EOL
209 B
Twig
3 lines
No EOL
209 B
Twig
{% if page is not empty and page.effectiveCountry is not empty %}
|
|
{{ render(controller('AppBundle:Component:travelGuideSidebarWidget', {country: page.effectiveCountry, title:widget.name})) }}
|
|
{% endif %} |