Explicit commit v2

This commit is contained in:
2018-06-18 10:11:50 -04:00
rodzic 7cffe3b553
commit 5fbb8492d6
216 zmienionych plików z 11046 dodań i 17366 usunięć

Wyświetl plik

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include header.html %}
<div class="content-wrapper">
<div class="content-wrapper__inner">
{{ content }}
</div>
{% include footer.html %}
</div>
</body>
</html>