mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-21 19:47:48 +00:00
13 lines
299 B
Twig
13 lines
299 B
Twig
![]() |
{% set VUE_SCRIPT_NAME = 'webhooks/create' %}
|
||
|
{% extends './layout/default' %}
|
||
|
{% block breadcrumbs %}
|
||
|
{{ Breadcrumbs.render(Route.getCurrentRoute.getName, objectType) }}
|
||
|
{% endblock %}
|
||
|
|
||
|
{% block content %}
|
||
|
<div id="webhooks_create"></div>
|
||
|
{% endblock %}
|
||
|
{% block scripts %}
|
||
|
|
||
|
{% endblock %}
|