{% load static %}
{% block title %} {# Title here!#} {% endblock title %}
{% block customheader %}{% endblock %}
Home
Create Project
Restore
{% if user.is_authenticated %}
Hi, {{ user.username }}
{% endif %} {% block content %} {% endblock %}