X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=backend%2Ftemplates%2Fbase_with_list.html;h=e9db9793825dfb6b34508c05d5c11c72228096d1;hb=cc2e5b6893b582b4b5c4e7a93e914a189f6a959b;hp=d3f20ee538b06d3893acb129dabf2c446f66f284;hpb=e2e54b8f43015738af860b005825dc809f5275ab;p=recipes.git diff --git a/backend/templates/base_with_list.html b/backend/templates/base_with_list.html index d3f20ee..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 %}