firefly-iii/resources/views/webhooks/index.twig
2022-09-17 07:08:30 +02:00

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 %}