Adds default layout

This commit is contained in:
David Darnes 2016-06-13 01:06:00 +01:00
parent 895f8db52e
commit 41fb289a21

5
_layouts/default.html Normal file
View File

@ -0,0 +1,5 @@
<!DOCTYPE html>
<html>
<h1>Hello world</h1>
{{ content }}
</html>