mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	First implementation of new template.
This commit is contained in:
		| @@ -1,7 +1,10 @@ | ||||
| {% extends "./layout/default.twig" %} | ||||
|  | ||||
| {% block breadcrumbs %} | ||||
|     {{ Breadcrumbs.renderIfExists(Route.getCurrentRoute.getName) }} | ||||
| {% endblock %} | ||||
|  | ||||
| {% block content %} | ||||
|     {{ Breadcrumbs.renderIfExists(Route.getCurrentRoute.getName, piggyBank) }} | ||||
| <!-- form --> | ||||
|     {{ Form.open({'class' : 'form-horizontal','id' : 'preferences'}) }} | ||||
|  | ||||
| <div class="row"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user