takahe/templates/settings/_settings_identity_menu.html
2022-11-16 17:23:46 -07:00

5 lines
276 B
HTML

<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>