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