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/todo-category.html
T
2021-07-02 15:30:45 +02:00

4 lines
139 B
HTML

<div class="todo-category" id="todo-category-{{ TODO_CATEGORY_ID }}">
<h3>{{ TODO_CATEGORY_TITLE }}</h3>
{{ TODO_CATEGORY_ITEMS }}
</div>