2017-03-10 05:20:17 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
{% include head.html %}
|
|
|
|
|
|
|
|
<body>
|
2018-10-03 06:32:27 +00:00
|
|
|
|
|
|
|
{% include navigation.html %}
|
2017-03-22 07:47:40 +00:00
|
|
|
|
|
|
|
<main>
|
|
|
|
{{ content }}
|
|
|
|
</main>
|
2017-03-10 05:20:17 +00:00
|
|
|
|
2018-10-03 06:32:27 +00:00
|
|
|
{% include footer.html %}
|
2017-03-10 05:20:17 +00:00
|
|
|
</body>
|
|
|
|
</html>
|