{% load static %} {% block title %}Acronomy{% endblock %} {% block extra_head %} {% endblock %} {#
#}
{% if user.is_authenticated %}
Hello {{ user.get_username }}, Log out
{% endif %}
    {% block content %} {% endblock %}