NDOJ/templates/time-remaining-fragment.html

3 lines
106 B
HTML
Raw Normal View History

2021-12-10 22:36:55 +00:00
<span data-secs="{{ countdown }}" class="time-remaining">
{{ initial|timedelta("localized") }}
2020-01-21 06:35:58 +00:00
</span>