<!doctype html> <html> <head> {% include head.html %} </head> <body> {% include navigation.html %} {{ content }} {% include footer.html %} </body> </html>