{{ doc.head }}
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
{% for style in styles -%}
<style>
{{ style.css }}
</style>
{% endfor -%}
{{ doc.body_open }}
{% include "partials/theme-switcher.html" %}
<main class="container">{{ doc.body }}</main>
{% for script in scripts -%}
<script>
{{ script.content }}
</script>
{% endfor -%}
{{ doc.body_close }}