{% extends "base.html" %} {% import "components/typography.html" as typography %} {% import "components/cards.html" as cards %} {% import "components/inputs.html" as form_helpers %} {% block title %} {{ t!("book.edit.title_tag") }} {% endblock %} {% block main %} {{ typography::heading(t!("user.edit.title")) }} {% call cards::card() %}
{% endcall %} {% endblock %}