2016-04-05 18:38:01 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2016-04-06 16:15:42 +00:00
|
|
|
{% include head.html %}
|
|
|
|
<body>
|
|
|
|
{% include header.html %}
|
|
|
|
<div class="page-content">
|
2016-04-06 11:01:28 +00:00
|
|
|
{{ content }}
|
2016-04-06 16:15:42 +00:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|