Files
simple_todo_list/templates/tasks/index.html
T
2023-07-12 20:28:00 +03:00

7 lines
114 B
HTML

{% extends 'base.html' %}
{% load static %}
{% block content %}
<center><h1>Tasks</h1></center>
{% endblock %}