Files
firefly-iii/resources/views/webhooks/index.twig
2024-12-21 21:31:28 +01:00

13 lines
285 B
Twig

{% set VUE_SCRIPT_NAME = 'webhooks/index' %}
{% extends './layout/default' %}
{% block breadcrumbs %}
{{ Breadcrumbs.render(Route.getCurrentRoute.getName) }}
{% endblock %}
{% block content %}
<div id="webhooks_index"></div>
{% endblock %}
{% block scripts %}
{% endblock %}