13 lines
230 B
HTML
13 lines
230 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
{% include head.html %}
|
|
|
|
<body>
|
|
{% include header.html %}
|
|
{% include header_mobile.html %}
|
|
<div id="main-content" class="wrapper">
|
|
{{ content }}
|
|
</div>
|
|
</body>
|
|
</html>
|