mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-11-04 05:15:39 +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 %}
							 |