adjustments templates

This commit is contained in:
2022-03-01 14:30:12 +01:00
parent 67948f7f3a
commit f38cfb4b28
7 changed files with 37 additions and 7 deletions

View File

@@ -4,6 +4,14 @@
{% set title = 'Budget for %name%'|trans({ '%name%' : person.firstName ~ " " ~ person.lastName } ) %}
{% block title title %}
{% block js %}
{{ encore_entry_script_tags('page_budget') }}
{% endblock %}
{% block css %}
{{ encore_entry_link_tags('page_budget') }}
{% endblock %}
{% block content %}
<h1>{{ title }}</h1>