add logged out page and separate nav template

This commit is contained in:
Seth Ladygo
2019-03-12 17:49:18 -07:00
parent c56175835c
commit 626570ffe3
3 changed files with 11 additions and 3 deletions

View File

@ -9,9 +9,7 @@
</head>
<body>
{% block navigation %}
<div class="container navigation">
NAV
</div>
{% include "nav.html" %}
{% endblock%}
{% block content %}