recipes/backend/templates/home.html

9 lines
No EOL
146 B
HTML

{% extends "base_with_list.html" %}
{% block content %}
<div class="content" id="home">
{% include "calendar.html" %}
</div>
{% endblock %}