You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 22, 2021. It is now read-only.
<!-- This is where the actual template content will be inserted. -->
334
+
{{{ body }}}
335
+
</body>
336
+
</html>
337
+
```
338
+
320
339
If you want to provide extra CSS to your layout's `<head>` section *from template* (perhaps custom media queries for that specific template) you can provide the `extraCSS` option:
321
340
322
341
```coffeescript
@@ -339,6 +358,8 @@ It's you to render the raw CSS in your layout:
0 commit comments