mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-27 03:10:32 -06:00
13 lines
297 B
Twig
13 lines
297 B
Twig
{% set VUE_SCRIPT_NAME = 'webhooks/index' %}
|
|
{% extends './layout/default' %}
|
|
{% block breadcrumbs %}
|
|
{{ Breadcrumbs.render(Route.getCurrentRoute.getName, objectType) }}
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
<div id="webhooks_index"></div>
|
|
{% endblock %}
|
|
{% block scripts %}
|
|
|
|
{% endblock %}
|