{% set currUrl = path(app.request.attributes.get('_route'),
app.request.attributes.get('_route_params')) %}
{% set getAttrs = app.request.attributes.get('_route_params') %}
{% block title %}{{ 'page.titleShort' | trans }}
{% if
page_title is defined
and page_title is not empty
%}
- {{ page_title }}
{% endif %}
{% endblock %}