{% import "macros.html" as macros %} {% if current_path == "/" %} {{ config.title }} {% elif section %} {{ section.title }} – {{ config.title }} {% elif page %} {{ page.title }} – {{ config.title }} {% endif %} {% block rss %} {% endblock %}
{{ load_data(path="templates/logo.svg") | safe }}Jan Kremer
{% block content %} {% endblock content %}