2015-02-11 12:14:22 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
{% include head.html %}
|
|
|
|
<body>
|
2016-04-09 16:27:58 +00:00
|
|
|
{% include header.html %}
|
2015-02-11 12:14:22 +00:00
|
|
|
<div class="page-content">
|
2016-03-31 19:25:03 +00:00
|
|
|
{{ content }}
|
2015-02-11 12:14:22 +00:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|