From 8e4464fdb5f3bbc9498faa810fc80f7acd1b7aa7 Mon Sep 17 00:00:00 2001 From: Wesley Bomar Date: Mon, 30 Aug 2021 11:46:13 -0500 Subject: [PATCH] GH-68: Frontera: Cleanup "Home" template - Extend local `fullwidth.html` template. - Overwrite custom assets block. - Include custom assets via mini-template (added in 640952b). --- frontera-cms/templates/home.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/frontera-cms/templates/home.html b/frontera-cms/templates/home.html index a548bf3b..7f159340 100644 --- a/frontera-cms/templates/home.html +++ b/frontera-cms/templates/home.html @@ -1,9 +1,8 @@ -{% extends "./fullwidth.html" %} +{% extends "fullwidth.html" %} {% load cms_tags staticfiles %} {% block assets_custom %} - - + {% include "./assets_custom.html" %}