You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
525 B
25 lines
525 B
import base/mixins
|
|
|
|
$authorPath = printf("/author/%s", ActiveAuthor)
|
|
|
|
a[href="/"]
|
|
h1 Aite RP
|
|
|
|
ul
|
|
if User.LoggedIn
|
|
+menuitem("/page/create", "+", "Create")
|
|
|
|
ul
|
|
each $category in Categories
|
|
+menuitem($category.Path, $category.Icon, $category.Plural)
|
|
|
|
ul
|
|
if ActiveTag.ID
|
|
+menuitem(ActiveTag.Path, ActiveTag.Icon, ActiveTag.Name)
|
|
if ActiveDate
|
|
+menuitem(ActiveDatePath, "D", ActiveDate)
|
|
if ActiveAuthor
|
|
+menuitem($authorPath, "A", formatUserID(ActiveAuthor))
|
|
|
|
ul
|
|
+menuitem("/tags/", "T", "Tags")
|