mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-07-06 14:13:37 -07:00
15 lines
359 B
PHP
15 lines
359 B
PHP
<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>
|