NDOJ/templates/time-remaining-fragment.html

3 lines
116 B
HTML
Raw Permalink Normal View History

2020-01-21 06:35:58 +00:00
<span data-secs="{{ countdown|seconds }}" class="time-remaining">
{{ countdown|timedelta("localized") }}
</span>