{% load static %} Journal {% if user.is_authenticated and 'register' not in request.path and 'login' not in request.path %}
{% endif %}
{% if message %}
{{ message }}
{% elif request.GET.account == 'success' %}
Your account has been successfully created!
{% endif %} {% block content %} {% endblock %}