Files
modern-glance/internal/glance/templates/todo.html
T
2025-05-08 16:59:02 +01:00

6 lines
131 B
HTML

{{ template "widget-base.html" . }}
{{ define "widget-content" }}
<div class="todo" data-todo-id="{{ .TodoID }}"></div>
{{ end }}