6 lines
276 B
HTML
6 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>
|