summaryrefslogtreecommitdiffstats
path: root/templates/settings/_menu.html
blob: bdae143a1600a119efcebcff71c29bb3b1367bf3 (plain)
1
2
3
4
5
<nav>
    <a href="#" {% if section == "profile" %}class="selected"{% endif %}>Profile</a>
    <a href="#" {% if section == "interface" %}class="selected"{% endif %}>Interface</a>
    <a href="#" {% if section == "filtering" %}class="selected"{% endif %}>Filtering</a>
</nav>