diff --git a/_3dem_cms/templates/fullwidth.html b/_3dem_cms/templates/fullwidth.html index 5328c27..ffa6196 100644 --- a/_3dem_cms/templates/fullwidth.html +++ b/_3dem_cms/templates/fullwidth.html @@ -7,6 +7,8 @@ {{ block.super }} {% endblock assets_font %} +{# To remove container and breadcrumbs #} +{% block breadcrumbs %}{% endblock breadcrumbs %} {% block content %} {% placeholder "content" %} {% endblock content %} diff --git a/texascale_cms/templates/fullwidth.html b/texascale_cms/templates/fullwidth.html index 7afd9ae..7052898 100644 --- a/texascale_cms/templates/fullwidth.html +++ b/texascale_cms/templates/fullwidth.html @@ -13,6 +13,8 @@ {% endblock assets_custom %} +{# To remove container and breadcrumbs #} +{% block breadcrumbs %}{% endblock breadcrumbs %} {% block content %} {% placeholder "content" %} {% endblock content %}