some structure
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not 2023-07-03 22:53:08 +10:00
parent 8d5cf827a0
commit bd9a18eec6

View File

@ -1,6 +1,9 @@
{% extends "base.html" %}
{% block content %}
<div class="panel-block">
<div class="w-small w-2/3 mx-auto py-10 text-gray-600">
<input
type="text"
@ -29,4 +32,5 @@
{% include 'todo.html' %}
</tbody>
</table>
</div>
{% endblock content %}