summaryrefslogtreecommitdiffstats
path: root/templates/activities/_home_menu.html
blob: c88a1d71629aeae2cd40b3599e69c9a2212febfc (plain)
1
2
3
4
5
6
<nav>
    <a href="/" {% if current_page == "home" %}class="selected"{% endif %}>Home</a>
    <a href="/notifications/" {% if current_page == "notifications" %}class="selected"{% endif %}>Notifications</a>
    <a href="/local/" {% if current_page == "local" %}class="selected"{% endif %}>Local</a>
    <a href="/federated/" {% if current_page == "federated" %}class="selected"{% endif %}>Federated</a>
</nav>