{% extends "base.html" %} {% block head %} {{ super() }} Submit post {% endblock head %} {% block content %}

Hi, I'm {{ username }}

Back to the blog

This is my blog. {% if email %} If you have questions or input for me please send me an E-Mail to {{ email }} {% endif %}


{% endblock content %}