NDOJ/templates/time-remaining-fragment.html
2020-01-21 15:35:58 +09:00

3 lines
No EOL
116 B
HTML

<span data-secs="{{ countdown|seconds }}" class="time-remaining">
{{ countdown|timedelta("localized") }}
</span>