This repository has been archived on 2026-05-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
todo-php/templates/main-date.html
T

4 lines
127 B
HTML

<div class="todo-category" id="todo-category-{{ MAIN_DATE_ID }}">
<h3>{{ MAIN_DATE_TITLE }}</h3>
{{ MAIN_DATE_ITEMS }}
</div>