{% extends "snippets/layout.html" %} {% block title "things | Maximilian Möhring" %} {% block css %} {% endblock %} {% block main %}
{% include "snippets/things.html" %}
{% endblock %}