diff options
Diffstat (limited to '_includes/git-wiki/sections/content/wrapper.html')
| -rw-r--r-- | _includes/git-wiki/sections/content/wrapper.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/_includes/git-wiki/sections/content/wrapper.html b/_includes/git-wiki/sections/content/wrapper.html new file mode 100644 index 0000000..eab823f --- /dev/null +++ b/_includes/git-wiki/sections/content/wrapper.html @@ -0,0 +1,5 @@ +<div class="wrapper"> + {% include git-wiki/sections/header/header.html %} + {% include git-wiki/sections/content/content.html %} + {% include git-wiki/sections/footer/footer.html %} +</div>
\ No newline at end of file |
