{% extends "base.html" %} {% import "components/typography.html" as typography %} {% import "components/cards.html" as cards %} {% block main %} {{ typography::heading("Editer") }} {% call cards::card() %}
{% match book.description %} {% when Some with (description) %} {% when None %} {% endmatch %}
{% match book.comment %} {% when Some with (comment) %} {% when None %} {% endmatch %}
{% endcall %} {% endblock %}