{% extends "base.html" %} {% import "snippets.html" as snippets %} {% block title %}{{ page.title }} | {{ config.title }}{% endblock title %} {% block main %}

{{ page.title }}

{{ page.content | safe }}

Thank You!

Thanks a lot to all the contributors this month!

I also want to thank all the people who support me on GitHub, Patreon, and Donorbox. It means a lot to me!

{% endblock main %} {% block after_main %}

Comments

{{ snippets::giscus(search_term=page.title, translated=false) }}
{% endblock after_main %}