diff options
Diffstat (limited to '_layouts/main.html')
-rw-r--r-- | _layouts/main.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_layouts/main.html b/_layouts/main.html new file mode 100644 index 0000000..4f0db4c --- /dev/null +++ b/_layouts/main.html @@ -0,0 +1,3 @@ +{% include header.html %} +{{ content }} +{% include footer.html %} |