refactor errors into map_err
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
{% block content %}
|
||||
<h1>{{title}}</h1>
|
||||
|
||||
<article>{{content|escape("none")}}</article>
|
||||
<article>{{body|escape("none")}}</article>
|
||||
|
||||
{# footer #}
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user