def contact()

in hello/views.py [0:0]


def contact(request):
    """Renders the contact page."""
    return render(request, "hello/contact.html")