{% block head %}
myprecious
{% endblock %}
{% block header %}
home
{% if user.is_authenticated %}
upload
{% if user.id == 1 %}
admin
{% endif %}
logout
{% else %}
login
register
{% endif %} {% endblock %}
{% block title %}{% endblock %}
{% block content %}{% endblock %}
{% block footer %}
questions:
what is this?
who made this?
{% endblock %}