mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-05 21:53:08 -06: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 %}
|