mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +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 %}
|