{% block home %}
{% endblock %}
{% for item in site.reflinks['/'].content[:-2] %}
{% set context = '' %}
{% if item.components|d and this.components[0] == item.components[0] %}
{% set context = ' class="active"' %}
{% endif %}
{% if item.content|d and item.navstyle == 'expand' %}
-
{{item.title}}
{% else %}
- {{item.title}}
{% endif %}
{% endfor %}
{% for item in site.reflinks['/'].content[-2:] %}
{% set context = '' %}
{% if item.components|d and this.components[0] == item.components[0] %}
{% set context = ' class="active"' %}
{% endif %}
{% if item.content|d and item.navstyle == 'expand' %}
-
{{item.title}}
{% else %}
- {{item.title}}
{% endif %}
{% endfor %}
{% block body %}
{% endblock %}