2015-01-02 16:35:38 +00:00
|
|
|
<!DOCTYPE html>
|
2015-02-15 17:42:43 +00:00
|
|
|
<html>
|
2015-01-02 16:35:38 +00:00
|
|
|
|
|
|
|
{% include head.html %}
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
{% include header.html %}
|
|
|
|
|
|
|
|
<div class="container main-content">
|
|
|
|
{{ content }}
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{% include footer.html %}
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|