19 lines
253 B
HTML
Raw Normal View History

2015-05-03 11:34:34 +03:00
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include header.html %}
<div class="page-content">
<div class="wrapper">
{{ content }}
</div>
</div>
{% include footer.nodesc.html %}
</body>
</html>