Files
firefly-iii/resources/views/v2/accounts/index.twig

12 lines
276 B
Twig
Raw Normal View History

{% extends './v2/layout/default' %}
2020-11-07 20:13:06 +01:00
{% block breadcrumbs %}
{{ Breadcrumbs.render }}
{% endblock %}
2020-07-10 06:48:39 +02:00
{% block content %}
<div id="accounts"></div>
{% endblock %}
{% block scripts %}
2020-10-17 07:02:18 +02:00
<script src="v2/js/accounts/index.js" nonce="{{ JS_NONCE }}"></script>
2020-07-10 06:48:39 +02:00
{% endblock %}