Intuitive, expansive and flexible creation with no distractions.
Robust, user-friendly data protection for your visitors and you.
Modern, effective solutions for site growth and functionality.
Professionally designed and coded themes and plugins.
Free and premium, beautifully-designed templates.
Expand your site with your favorite tools and apps.
Get help building your site from our web development services.
Learn how Publii works, from installation to creation.
Documentation, guides, and tutorials for developers.
Explore and interact with others and learn new things.
Dedicated customer support for paid products.
Read up on the latest news about Publii and its products.
Forum › General Inquiry › Need help with sub menus and add classes
Hi, I’d like to try to set it up like this:
{{#unless level}} <nav> {{/unless}} <ul class="nav navbar-nav"> {{#each items}} <li class="nav-item"> {{#if link}} {{label}} {{/if}} {{#if items}} <li class="nav-item dropdown"> {{label}} {{#each items}} {{#if link}} {{label}} {{/if}} {{/each}} {{/if}} {{/each}} {{#unless level}} </nav> {{/unless}}