{% load static %}
Account
{% if user.is_authenticated %}
{% endif %}
{% block main %}
Log In
Sign Up
{% include "login.html" %} {% include "register.html" %}
{% endblock main %}