mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-22 23:30:59 +00:00
5 lines
276 B
HTML
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>
|