8 lines
No EOL
290 B
Twig
8 lines
No EOL
290 B
Twig
|
|
{% if page is not empty %}
|
|
{{ render(controller('AppBundle:Component:navSidebarWidget', {page: page, title:widget.name})) }}
|
|
{% endif %}
|
|
|
|
{% if api is not empty %}
|
|
{{ render(controller('AppBundle:Component:navSidebarApiWidget', {api: api, title:widget.name})) }}
|
|
{% endif %} |