{% extends "second-edition/base.html" %} {% import "macros.html" as macros %} {% block title %}{{ page.title }} | {{ config.title }}{% endblock title %} {% block header %} {% endblock header %} {% block main %}

{{ page.title }}

{% if page.extra.warning %}
{% if page.extra.warning_short %} {{ page.extra.warning_short }} {% endif %} {{ page.extra.warning | markdown(inline=true)}}
{% endif %} {{ page.content | safe | replace(from="", to=macros::toc(toc=toc))}}

Support Me

If you liked this post and would like to support me, you can do so on Donorbox, Patreon, or Liberapay. Thanks!

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

Comments

{{ macros::utterances() }}
{% endblock after_main %}