{% extends "unauth.html" %} {% from "library.j2" import standard_button %} {% block content -%}
{{ name }}

{{ description }}.

{%- call standard_button("back", url_for("index"), class="primary") -%} {% trans %}Go back to the main page{% endtrans %} {%- endcall -%}
{%- endblock %}