Add some data access methods to Connection
[recipes.git] / backend / templates / home.html
1 {% extends "base_with_list.html" %}
2
3 {% block content %}
4
5 HOME: TODO
6
7 {% endblock %}