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