Initial commits and git hooks

This commit is contained in:
2018-06-18 17:49:35 -04:00
부모 211490ae47
커밋 6078d6fd3a
283개의 변경된 파일14994개의 추가작업 그리고 8407개의 파일을 삭제

파일 보기

@@ -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>