From 1f313cca656775d3b2f5f3b7089c6a7ba78c6b38 Mon Sep 17 00:00:00 2001 From: Wesley Bomar Date: Mon, 30 Aug 2021 11:44:57 -0500 Subject: [PATCH] GH-68: Frontera: Cleanup "Full Width" template - Remove cruft. - Include custom assets via mini-template (added in 640952b). --- frontera-cms/templates/fullwidth.html | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/frontera-cms/templates/fullwidth.html b/frontera-cms/templates/fullwidth.html index d6f0f9c6..4dd50033 100644 --- a/frontera-cms/templates/fullwidth.html +++ b/frontera-cms/templates/fullwidth.html @@ -1,22 +1,8 @@ -{% extends "base.html" %} -{% load cms_tags staticfiles %} - -{% block title %}{% page_attribute "page_title" %}{% endblock title %} - -{% block assets_font %} - {{ block.super }} -{% endblock assets_font %} - -{% block content %} -{% placeholder "content" %} -{% endblock content %} +{% extends "fullwidth.html" %} +{% load cms_tags %} {% block assets_custom %} - {{ block.super }} - - - - + {% include "./assets_custom.html" %}