takahe/templates/settings/_settings_system_menu.html

6 lines
328 B
HTML
Raw Normal View History

<nav>
2022-11-17 04:12:28 +00:00
<a href="/settings/system/basic/" {% if section == "basic" %}class="selected"{% endif %}>Basic</a>
<a href="/settings/system/domains/" {% if section == "domains" %}class="selected"{% endif %}>Domains</a>
<a href="/settings/system/users/" {% if section == "users" %}class="selected"{% endif %}>Users</a>
</nav>