Made it look a bit nicer and added a cascading menu thing
This commit is contained in:
2
templates/partials/head.html
Normal file
2
templates/partials/head.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<link href="/static/custom.css" rel="stylesheet">
|
||||
<meta charset='UTF-8'>
|
@@ -1,4 +1,4 @@
|
||||
<a href='/'>Home Page</a>
|
||||
/
|
||||
<a href='/create_page'>Create New Page</a>
|
||||
<a href='/create_page'>Create Page</a>
|
||||
{{functions.dropdown_menu(menu)|safe}}
|
||||
<hr/>
|
||||
|
Reference in New Issue
Block a user