<li{% if item.active %}
class="active"{%endif %} {% if item.html_id %}
id="{{ item.html_id}}"{% endif %}>
<a href="{{ item.get_url }}">{{ item.get_title }}</a></li>
<li{% if item.active %}
class="active"{%endif %} {% if item.html_id %}
id="{{ item.html_id}}"{% endif %}>
<a href="{{ item.get_url }}">{{ item.get_title }}</a></li>