Answer the question
In order to leave comments, you need to log in
How to properly template a dropdown menu in twig?
I display the menu not everywhere, but on some pages.
Menu generation
:base.html.twig
{% block leftCol %}
{% render( controller("MyBundle:Category:list")) %}
{% endblock %}
<li class="expanded">
<a href="">itemN</a>
<a href="">itemN</a>
<a href="">itemN</a>
</li>
<li >
<a href="">itemN</a>
<a href="">itemN</a>
<a href="">itemN</a>
</li>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question