render top navbar in base

This commit is contained in:
2025-05-21 20:00:15 +03:00
parent 24c210e395
commit f8da57224f
10 changed files with 1 additions and 9 deletions

View File

@ -11,6 +11,7 @@
<link rel="stylesheet" href="<%= "/static/style.css?" .. math.random(1, 100) %>">
</head>
<body>
<% render("views.common.topnav") -%>
<% content_for("inner") %>
</body>
</html>