Guía Paso a Paso para Instalar Django y crear tu primer aplicación

Templates

In the Django intro page, we learned that the result should be in HTML, and it should be created in a template, so let's do that.
Create a templates folder inside the members folder, and create a HTML file named myfirst.html.