mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-23 14:26:58 +00:00
13 lines
198 B
Twig
13 lines
198 B
Twig
![]() |
{% extends "./layout/default.twig" %}
|
||
|
|
||
|
{% block breadcrumbs %}
|
||
|
{{ Breadcrumbs.renderIfExists(Route.getCurrentRoute.getName) }}
|
||
|
{% endblock %}
|
||
|
|
||
|
{% block content %}
|
||
|
|
||
|
|
||
|
Bla bla.
|
||
|
|
||
|
{% endblock %}
|