{% extends "layout.html" %} {% block top_menu %} Back to the list {% endblock %} {% block content %}

Add a new bill

{{ forms.add_bill(form) }}
{% endblock %}