diff --git a/djangoshaker/templates/djangoshaker/recipe_list.html b/djangoshaker/templates/djangoshaker/recipe_list.html new file mode 100644 --- /dev/null +++ b/djangoshaker/templates/djangoshaker/recipe_list.html @@ -0,0 +1,20 @@ +{% extends "djangoshaker/template.html" %} + +{% load djangoshaker_html_helpers %} + +{% block title %}Django Shaker - Recipes{% endblock %} + +{% block header_title %}Recipes{% endblock %} + +{% block content %} + +{% if recipes %} +