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") }} + +