testapp/templates/testapp/info_page.html (9 lines of code) (raw):

<html> <head> <title>{{ page.title }}</title> </head> <body> <h1>{{ page.title }}</h1> {{ page.body }} </body> </html>