recipes/backend/templates/home.html
2024-12-21 23:13:06 +01:00

9 lines
No EOL
127 B
HTML

{% extends "base_with_list.html" %}
{% block content %}
<div class="content" id="home">
HOME: TODO
</div>
{% endblock %}