<footer class="footer">
	<ul class="nav nav--footer nav__list">
		{% for item in nav.footer %}
			<li class="nav__item">
				<a class="nav__link" href="{{ path.www }}/{{ item.slug }}" title="{{ item.label }}">{{ item.label }}</a>
			</li>
		{% endfor %}
	</ul>
</footer>