blob: 0f93a6b2137c0c4026e0fe60a15c4a4afe82ece9 [file] [log] [blame]
Roman Elizarovd6b5a7b2017-02-07 19:26:04 +03001<!DOCTYPE html>
2<html>
3 {% include head.html %}
4 <body>
5 {% include header.html %}
6 <main class="page-content" aria-label="Content">
7 <div class="wrapper">
8 {{ content }}
9 </div>
10 </main>
11 {% include footer.html %}
12 </body>
13</html>
14