<!DOCTYPE html> <html lang=“en”> <head>

{% include head.html %}

</head> <body class=“index”>

{% include header.html %}

{{content}}

{% include footer.html %}

{% include scripts.html %}

</body> </html>