This commit is contained in:
John Rommel Estropia
2016-02-27 17:11:45 +09:00
parent 091edd90a2
commit daab317c37
24 changed files with 2016 additions and 2234 deletions

20
_layouts/default.html Normal file
View File

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