{% extends "_layout/_frontend-document.html" %} {% block header %} {# Here you can list your navbar nav items with these parameters: ['href', 'slug', 'title', 'subnav'] Subnav is array of items with these parameters: ['href', 'slug', 'title']. Slugs are used to set active pages or open sub-nav on selected pages. #} {% set menu = [ ['frontend_home.html', 'frontend_home', 'Home'], ['frontend_about.html', 'frontend_about', 'About'], ['frontend_pricing.html', 'frontend_pricing', 'Pricing'], ['frontend_team.html', 'frontend_team', 'Team'], ['', 'frontend', 'Pages', [ ['frontend_search.html', 'frontend_search', 'Search'], ['frontend_support.html', 'frontend_support', 'Support'], ['frontend_contact.html', 'frontend_contact', 'Contact'], ['frontend_login_signup.html', 'frontend_login_signup', 'Login / Signup'], ['frontend_400.html', 'frontend_400', 'Error 400'] ] ] ] %}
{% endblock %}