mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00: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 %}
 |