refactor errors into map_err

This commit is contained in:
2024-01-16 20:35:13 +01:00
parent 834f998788
commit 7f4e3e27e1
4 changed files with 22 additions and 40 deletions

View File

@ -5,7 +5,7 @@
{% block content %}
<h1>{{title}}</h1>
<article>{{content|escape("none")}}</article>
<article>{{body|escape("none")}}</article>
{# footer #}
{% endblock %}