19 lines
289 B
HTML
19 lines
289 B
HTML
|
<!DOCTYPE html>
|
||
|
<html class="no-js" lang="en">
|
||
|
|
||
|
{% include head.html %}
|
||
|
|
||
|
<body class="half">
|
||
|
|
||
|
<main>
|
||
|
<div class="half--{{ site.half_side }} half__content">
|
||
|
{{ content }}
|
||
|
{% include social.html %}
|
||
|
</div>
|
||
|
<div class="half__image"></div>
|
||
|
</main>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|