X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=backend%2Ftemplates%2Fbase_with_list.html;h=e9db9793825dfb6b34508c05d5c11c72228096d1;hb=cbe276fc0601041b13087a6ffd80c5b126dfbe59;hp=fb008aa19819a3e50f160e897bda4ce7f3876a84;hpb=cdb883c3c4ccbb82774ecfbfad059f3392e75432;p=recipes.git diff --git a/backend/templates/base_with_list.html b/backend/templates/base_with_list.html index fb008aa..e9db979 100644 --- a/backend/templates/base_with_list.html +++ b/backend/templates/base_with_list.html @@ -1,10 +1,27 @@ -{% extends "base.html" %} +{% extends "base_with_header.html" %} + +{% macro recipe_item(id, title, class) %} +{{ title }} +{% endmacro %} {% block main_container %}