9 lines
342 B
Twig
9 lines
342 B
Twig
|
|
{#
|
||
|
|
OTS Signage Theme override
|
||
|
|
Optional dashboard message block included with ignore missing
|
||
|
|
#}
|
||
|
|
<div class="ots-dashboard-message">
|
||
|
|
<div class="ots-dashboard-message__title">OTS Theme Active</div>
|
||
|
|
<div class="ots-dashboard-message__body">This is a low-risk override for troubleshooting. Remove or restyle at any time.</div>
|
||
|
|
</div>
|