20 lines
355 B
HTML
Executable File
20 lines
355 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html class="no-js" lang="en">
|
|
|
|
{% include head.html %}
|
|
|
|
<body class="full">
|
|
|
|
<main class="content--{{ site.full_text_position }}">
|
|
<div class="full__image"></div>
|
|
|
|
<div class="full__content--{{ site.full_text_position }} full__content">
|
|
{{ content }}
|
|
{% include social.html %}
|
|
</div>
|
|
</main>
|
|
|
|
</body>
|
|
|
|
</html>
|