diff options
Diffstat (limited to 'landing/_layouts/default.html')
| -rw-r--r-- | landing/_layouts/default.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/landing/_layouts/default.html b/landing/_layouts/default.html new file mode 100644 index 00000000..8a21bd71 --- /dev/null +++ b/landing/_layouts/default.html @@ -0,0 +1,18 @@ +<!DOCTYPE html> +<html lang="en-us"> + + {% include head.html %} + + <body> + {% include page-header.html %} + + <section class="main-content"> + + {{ content }} + + {% include page-footer.html %} + + </section> + + </body> +</html> |
