Add a navbar to the main page after login
I'll probably use it. Fairly certain. It looks nice either way. This breaks up the main layout to 'things with the navbar' and 'things without' and uses inheritance to make it all work out nicely. I also added my first static asset which assumes nginx is properly configured to serve up the file rather than doing it through vanth
This commit is contained in:
parent
4cb867a0ff
commit
60e6f7c834
6 changed files with 69 additions and 23 deletions
|
@ -1,4 +1,4 @@
|
|||
{% extends 'layout.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% block body %}
|
||||
<h1>Welcome to Vanth</h1>
|
||||
<h2>Please log in</h2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue