2021-07-08 09:27:17 -07:00
|
|
|
<li>
|
|
|
|
|
{% if url_full == include.url_full %} {{ include.text }} {% else %}
|
|
|
|
|
<a href="{{ include.href }}" {% if url_parts[1] == {{include.url_fragment}} %} class="in-category" {% endif %}>
|
|
|
|
|
{{ include.text }}
|
|
|
|
|
</a>
|
|
|
|
|
{% endif %}
|
|
|
|
|
</li>
|