2014-09-02 00:03:54 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2014-09-09 19:18:10 +02:00
|
|
|
{% include head.html %}
|
2014-09-02 00:03:54 +02:00
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
{% include header.html %}
|
|
|
|
|
|
|
|
<div class="page-content">
|
2014-09-09 19:18:10 +02:00
|
|
|
<div class="wrap">
|
|
|
|
{{ content }}
|
|
|
|
</div>
|
2014-09-02 00:03:54 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
{% include footer.html %}
|
|
|
|
</body>
|
2014-09-09 19:18:10 +02:00
|
|
|
</html>
|