diff options
author | uvok cheetah | 2019-05-14 21:20:17 +0200 |
---|---|---|
committer | uvok cheetah | 2019-05-14 21:20:17 +0200 |
commit | 92411ecbd9f0cbcec5620de2efbefade7254afca (patch) | |
tree | 807f42473fd484ff9434753ac04f70b609624678 /_layouts/default.html |
Initial commit
Diffstat (limited to '_layouts/default.html')
-rw-r--r-- | _layouts/default.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..e4ab96f --- /dev/null +++ b/_layouts/default.html @@ -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> |