| 
									
										
										
										
											2020-06-14 19:17:45 +02:00
										 |  |  | <!DOCTYPE html>
 | 
					
						
							|  |  |  | <html lang="{{ trans('config.html_language') }}">
 | 
					
						
							|  |  |  | <head>
 | 
					
						
							|  |  |  |     <base href="{{ route('index') }}/" />
 | 
					
						
							|  |  |  |     <meta charset="utf-8">
 | 
					
						
							|  |  |  |     <meta http-equiv="X-UA-Compatible" content="IE=edge">
 | 
					
						
							|  |  |  |     <title>Firefly III
 | 
					
						
							|  |  |  |         {% if title != "Firefly" and title != "" %}
 | 
					
						
							|  |  |  |             // {{ title }}
 | 
					
						
							|  |  |  |         {% endif %}
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         {% if subTitle %}
 | 
					
						
							|  |  |  |             // {{ subTitle }}
 | 
					
						
							|  |  |  |         {% endif %}</title>
 | 
					
						
							|  |  |  |     <meta name="viewport" content="width=device-width, initial-scale=1">
 | 
					
						
							| 
									
										
										
										
											2021-04-08 12:10:04 +02:00
										 |  |  |     <link rel="stylesheet" href="v2/plugins/local-fonts/gf-source.css" nonce="{{ JS_NONCE }}">
 | 
					
						
							|  |  |  |     <link rel="stylesheet" href="v2/css/app.css"  nonce="{{ JS_NONCE }}">
 | 
					
						
							| 
									
										
										
										
											2020-06-14 19:17:45 +02:00
										 |  |  | </head>
 | 
					
						
							|  |  |  | <body class="hold-transition login-page">
 | 
					
						
							|  |  |  | {% block content %}{% endblock %}
 | 
					
						
							|  |  |  | {% block scripts %}{% endblock %}
 | 
					
						
							|  |  |  | </body>
 | 
					
						
							|  |  |  | </html>
 |