{# Minimal base template shipped with django-getpaid. Override by placing your own getpaid/base.html earlier in the template search path. #} {% block title %}Payment{% endblock title %} {% block extra_head %}{% endblock extra_head %} {% block content %}{% endblock content %}