<!DOCTYPE html> <html> {% include head.html %} <body> {% include header.html %} <div class="page-content"> {{ content }} </div> </body> </html>