ht-OwnCraft/layouts/check-open-status.json
2025-01-04 02:29:32 +01:00

5 lines
No EOL
184 B
JSON

{
"isOpen": {{ $status := partial "check-open-status.html" . }}{{ $status.isOpen }},
"currentDay": "{{ now.Format "Monday" }}",
"currentTime": "{{ now.Format "15:04" }}"
}