{% extends "partials/base.html" %} {% block body %}

{{ created }}{% if ed and ed|string != created|string %} (ed. {{ ed }}){% endif %}{% if collections %} / #{{ collections[0] }}{% endif %} / {{ reading_time }} min

{{ title }}

{% include "partials/socials.html" %}

{{ summary }}


{% if toc %} Table of Contents: {{ toc }} {% endif %} {% if gitalong %}

All code examples are available in this GitHub repository!

{% endif %}
{{ content|replace("

This is a 100% static website. Therefore, no direct commenting method is available. However, feel free to discuss this article on GitHub!

{% if collections %} {% for collection in collections %} {% if collection != "all" and collection != "featured" %} #{{ collection }} {% endif %} {% endfor %} {% endif %}
{% include "partials/socials.html" %}
{% endblock %}