diff --git a/views/layouts/layout-example.njk b/views/layouts/layout-example.njk index b6300a2394..45ae6528d8 100644 --- a/views/layouts/layout-example.njk +++ b/views/layouts/layout-example.njk @@ -7,6 +7,12 @@ {{ title }} + + {#- Include any additional stylesheets specified in the example frontmatter #} + {% for stylesheet in stylesheets %} + + {%- endfor %} +