mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 18:54:58 +00:00 
			
		
		
		
	
		
			
	
	
		
			15 lines
		
	
	
		
			373 B
		
	
	
	
		
			Twig
		
	
	
	
	
	
		
		
			
		
	
	
			15 lines
		
	
	
		
			373 B
		
	
	
	
		
			Twig
		
	
	
	
	
	
|   | <h1>
 | ||
|  |     {% if mainTitleIcon %}
 | ||
|  |         <span class="hidden-xs fa {{ mainTitleIcon }}"></span>
 | ||
|  |     {% endif %}
 | ||
|  |     {{ title }}
 | ||
|  |     {% if subTitle %}
 | ||
|  |         <small id="subTitle">
 | ||
|  |             {% if subTitleIcon %}
 | ||
|  |                 <span class="hidden-xs fa {{ subTitleIcon }}"></span>
 | ||
|  |             {% endif %}
 | ||
|  |             {{ subTitle }}
 | ||
|  |         </small>
 | ||
|  |     {% endif %}
 | ||
|  | </h1>
 |