mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			351 B
		
	
	
	
		
			Twig
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			351 B
		
	
	
	
		
			Twig
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html xmlns="http://www.w3.org/1999/xhtml" lang="{{ trans('config.html_language') }}">
 | |
| <head>
 | |
|     <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
 | |
|     <title>Message</title>
 | |
| </head>
 | |
| <body>
 | |
| <p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
 | |
|     {{ trans('email.greeting') }}
 | |
| </p>
 |