{% from 'macros/nav.html' import render_frontend_nav %} {% if nav_links and nav_title %} {{ render_frontend_nav(nav_links,nav_title) }} {% endif %}