1
0
mirror of https://github.com/a2nt/cms-niceties.git synced 2024-10-22 09:05:46 +00:00

7 lines
174 B
Scheme
Raw Normal View History

2023-05-18 16:15:26 +02:00
<% if $OpeningHoursToday %>
<% loop $OpeningHoursToday %>
$forTemplate<br/>
<% end_loop %>
<% else %>
<b class="hours hous-closed">Closed</b>
<% end_if %>