default.html 166 B

1234567891011
  1. ---
  2. ---
  3. {% include header.html %}
  4. <main class="container prose sm:prose-md md:prose-lg lg:prose-lg xl:prose-xl">
  5. {{ content }}
  6. </main>
  7. {% include footer.html %}