Add placeholder pages for Domains and Accounts; mark current page in navbar

This commit is contained in:
Lexi / Zoe 2021-07-29 18:15:38 +02:00
parent e58036b2b3
commit 70093b1376
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
10 changed files with 95 additions and 15 deletions

View file

@ -5,5 +5,5 @@
{% block content %}
<h2>Dashboard</h2>
<p>Hello, {{ username }}!</p>
<p>Hello, {{ current_user_name }}!</p>
{% endblock %}