{% extends "snippets/layout.html" %} {% block title "projects | Maximilian Möhring" %} {% block css %} .main { /* font-size: 1.25rem; */ margin-top: 4rem; } {% endblock %} {% block main %}
{% include "snippets/projects.html" %} {% include "snippets/things.html" with {'included': true}%}
{% endblock %}