From e68e659c92b24ac6b6f945ff6d104f0fdc5eccf6 Mon Sep 17 00:00:00 2001 From: MichellanneLi Date: Fri, 21 Apr 2017 15:36:59 -0500 Subject: [PATCH] Adds template layout. (#76) --- .../src/layouts/template.html | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 STYLEGUIDE_TEMPLATE_SPRESS/src/layouts/template.html diff --git a/STYLEGUIDE_TEMPLATE_SPRESS/src/layouts/template.html b/STYLEGUIDE_TEMPLATE_SPRESS/src/layouts/template.html new file mode 100644 index 0000000..796e4ce --- /dev/null +++ b/STYLEGUIDE_TEMPLATE_SPRESS/src/layouts/template.html @@ -0,0 +1,20 @@ + + + + + + {% block title %}{{ page.title }}{% endblock %} | {{ site.title }} + + + + + + {% block content_wrapper %} + {% block content %} + {{ page.content }} + {% endblock %} + {% endblock %} + + {{ include("scripts.html") }} + +