<!DOCTYPE html> <html lang=“en”>
<head> {% include head.html %} <link rel=“shortcut icon” href=“{{ root_url }}/favicon.ico?” type=“image/x-icon”> <link rel=“icon” href=“{{ root_url }}/favicon.ico?” type=“image/x-icon”> </head>
<body>
{% include nav.html %} {{ content }} </body>
</html>