{#- Atom and JSON feeds included by default #} {#- Uncomment this if you’d like folks to know that you used Eleventy to build your site! #} {#- #} {#- CSS bundles are provided via the eleventy-plugin-bundle plugin: 1. You can add to them using `{% css %}` 2. You can get from them using `{% getBundle "css" %}` or `{% getBundleFileUrl "css" %}` Learn more: https://github.com/11ty/eleventy-plugin-bundle #} {#- Add to the CSS bundle #} {%- css %}{% include "public/css/index.css" %}{% endcss %} {%- css %}{# add your own CSS! #}{% endcss %} {#- Render the CSS bundle #} {%- if eleventy.env.runMode === "serve" %} {# External files (local dev live reload will refresh without page reload) #} {%- else %} {# Inlined CSS (fastest site performance in production) #} {%- endif %} Skip to main content
{{ metadata.title }} {#- Read more about `eleventy-navigation` at https://www.11ty.dev/docs/plugins/navigation/ #}
{{ content | safe }}