diff --git a/app/templates/base.html b/app/templates/base.html index b0752e7..291afe7 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -1,27 +1,23 @@ {% extends "_base.html" %} -{% block brand %}Art-DAG{% endblock %} - -{% block nav_items %} - +{% block brand %} +Rose Ash +| +Art-DAG +/ +L2 {% endblock %} -{% block nav_right %} -{% if user %} -
- {{ user.username }} - Logout +{% block sub_nav %} +
+
-{% else %} -
- Login - Register -
-{% endif %} {% endblock %}