{% extends "index.html" %} {% import "macros.html" as macros %} {% block title %} {{ page.title }} {% endblock title %} {% block description %} {% if page.extra.tags %} {% endif %} {% endblock description %} {% block og_card %} {{ super() }} {% endblock og_card %} {% block og_image %} {% if page.image %} {% endif %} {% endblock og_image %} {% block content %}
{% if page.extra.last_modified_at %} (Updated: ) {% endif %} ยท {{ macros::read_time(words=page.word_count) }}

{{ page.title }}

{{ page.content | replace(from="", to=macros::toc(toc=page.toc)) | safe }}
{% block contact %}

Got any questions or comments? Drop me a message on Telegram!

{% endblock contact %} {# include related.html #} {% endblock content %}