mirror of https://github.com/aredn/aredn.git
12 lines
232 B
Plaintext
12 lines
232 B
Plaintext
|
<div id="nav-status" {{request.headers["hx-boosted"] ? 'hx-swap-oob="true"' : ""}}>{%
|
||
|
if (request.page !== "status") {
|
||
|
print(request.page);
|
||
|
}
|
||
|
else if (auth.isAdmin) {
|
||
|
print("admin");
|
||
|
}
|
||
|
else {
|
||
|
print("status");
|
||
|
}
|
||
|
%}</div>
|