diff --git a/taccsite_cms/templates/base.html b/taccsite_cms/templates/base.html index 161a10bb7..dc8ccaa42 100755 --- a/taccsite_cms/templates/base.html +++ b/taccsite_cms/templates/base.html @@ -82,6 +82,9 @@ {% endblock content %} + {# To isolate content with a layout that admin can not change e.g. Blog #} + {% block fixed_content %} + {% endblock fixed_content %}