starting to build console controller and views

This commit is contained in:
2020-05-11 01:47:14 -05:00
parent 7932db90d5
commit 18e6a1b141
18 changed files with 345 additions and 89 deletions

View File

@ -9,7 +9,7 @@
</head>
<body>
<nav>
<div class="nav-row">
<div class="nav-row half-margin">
<div>
<a href="/"><b>Capsul</b></a>💊
</div>
@ -21,9 +21,15 @@
{% endif %}
</div>
</div>
<div class="nav-row">
<div class="nav-row half-margin">
<a href="/faq">FAQ</a>
<a href="/changelog">Changelog</a>
{% if session["account"] %}
<a href="/console/">Console</a>
<a href="/console/billing">Billing</a>
{% endif %}
<a href="/support">Support</a>
</div>
</nav>