mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 12:12:20 +00:00
10 lines
207 B
Plaintext
10 lines
207 B
Plaintext
|
{% if title %}
|
||
|
<span class="thin dimmed medium">{{ title }}</span>
|
||
|
{% endif %}
|
||
|
{% if message %}
|
||
|
{% if title %}
|
||
|
<br/>
|
||
|
{% endif %}
|
||
|
<span class="light bright small">{{ message }}</span>
|
||
|
{% endif %}
|