2015-08-14 12:03:15 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
{% include head.html %}
|
|
|
|
|
|
|
|
|
|
</head>
|
2015-10-07 19:05:50 +02:00
|
|
|
<body class="blog et_fixed_nav et_cover_background linux et_right_sidebar chrome">
|
|
|
|
|
|
|
|
|
|
<div class="page-content" id="page-container" style="padding-top: 78px;">
|
2015-09-04 18:53:39 +02:00
|
|
|
{% include nav.html %}
|
2015-10-07 19:05:50 +02:00
|
|
|
<div id="main-content">
|
|
|
|
|
|
2015-09-04 17:32:20 +02:00
|
|
|
<div class="wrapper" id="wrapper">
|
2015-09-04 18:53:39 +02:00
|
|
|
<div class="document_foo" id="document">
|
2015-08-14 12:03:15 +02:00
|
|
|
{{ content }}
|
2015-09-04 18:53:39 +02:00
|
|
|
</div>
|
2015-08-14 12:03:15 +02:00
|
|
|
</div>
|
2015-09-04 18:53:39 +02:00
|
|
|
<div class="push"></div>
|
2015-08-14 12:03:15 +02:00
|
|
|
</div>
|
|
|
|
|
{% include footer.html %}
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
</html>
|