mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-29 18:50:59 +00:00
5 lines
328 B
HTML
5 lines
328 B
HTML
<nav>
|
|
<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>
|