{# Einheitlicher Seitenkopf für Fisch-Admin (wie BZ / Schwimmcontainer). Parameter: - title (required) - icon (optional, FA class ohne "fa-") - subtitle (optional) - breadcrumb_current (optional, default = title) - badge (optional HTML/string) - actions (optional HTML via block if used as embed — use actions_html) #} {% set icon = icon|default('fish') %} {% set breadcrumb_current = breadcrumb_current|default(title) %}

{{ title }}

{% if subtitle is defined and subtitle %}

{{ subtitle }}

{% endif %}
{% if actions_html is defined and actions_html %}
{{ actions_html|raw }}
{% endif %}