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

{{ section.title }}

{% block introduction %}

These posts give a semi-regular overview of the most important changes to the blog and the tools and libraries behind the scenes.

{% endblock introduction %}
{% endblock main %}