healthchecks_healthchecks/templates/front/docs_nav_item.html
2020-01-23 16:04:15 +02:00

3 lines
120 B
HTML

<li{% if slug == section %} class="active"{% endif %}>
<a href="{% url 'hc-serve-doc' slug %}">{{ title }}</a>
</li>