Fix 2nd edition template errors accidentally introduced by merge

This commit is contained in:
Philipp Oppermann
2022-01-23 21:29:25 +01:00
parent f6d06bcf67
commit 6f1b982f3a
5 changed files with 13 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
{% extends "edition-2/base.html" %}
{% import "edition-2/macros.html" as macros %}
{% import "snippets.html" as snippets %}
{% block title %}{{ page.title }} | {{ config.title }}{% endblock title %}