{% extends 'customauth/base.html' %} {% block page_title %}Hello World{% endblock %} {% block form %}

Hello {% firstof user.username 'World' %}

{% endblock %} {% block footer %} Logout
Change Password {% endblock %}