{% macro item(url, text) %}
    <i class="fa fa-angle-right"></i>
    <a href="{{ url }}">{{ text }}</a>
{% endmacro %}