mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-03 20:55:05 +00:00
16 lines
309 B
Twig
16 lines
309 B
Twig
{% extends "./layout/default" %}
|
|
{% block breadcrumbs %}
|
|
{{ Breadcrumbs.render }}
|
|
{% endblock %}
|
|
{% block content %}
|
|
<div id="accounts"></div>
|
|
{% endblock %}
|
|
|
|
{% block styles %}
|
|
|
|
{% endblock %}
|
|
|
|
{% block scripts %}
|
|
<script src="v2/js/accounts/index.js" nonce="{{ JS_NONCE }}"></script>
|
|
{% endblock %}
|