initial commit

This commit is contained in:
Mahdi Dibaiee
2015-03-29 10:44:53 +04:30
commit bce428376d
30 changed files with 1427 additions and 0 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>