working UI

This commit is contained in:
evilchili
2025-10-17 19:33:29 -07:00
parent c1272788f0
commit 83527b85f4
12 changed files with 42664 additions and 75 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<nav>
<ul class="container">
<ul class="container main-aligned">
<li><a href='{{ root.uri }}'>Home</a></li>
{% for subpage in root.members %}
{% if user.can_read(subpage) %}