<aclass="nav-link"href="{{ genurl( url ) }}">{{ title }}</a>
<ahref="{{ genurl( url ) }}">{{ title }}</a>
</li>
</li>
{% elif url is iterable %}
{% elif url is iterable %}
<liclass="nav-item dropdown
<liclass="btn-group
{%- for title,item_url in url -%}
{%- for title,item_url in url -%}
{%- if item_url == output_file -%}
{%- if item_url == output_file -%}
{{- ' active' -}}
{{- ' active' -}}
{%- endif -%}
{%- endif -%}
{%- endfor -%}
{%- endfor -%}
">
">
<aclass="nav-link dropdown-toggle"href="#"id="navbarDropdown"role="button"data-toggle="dropdown"aria-haspopup="true"aria-expanded="false">{{- title }}</a>