online-judge/templates/time-remaining-fragment.html
2022-04-22 17:08:50 -04:00

2 lines
111 B
HTML

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