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