TACC / Core-CMS

The Core CMS codebase used by TACC Portals.
https://cep.tacc.utexas.edu
2 stars 1 forks source link

feat: restore css and js blocks #716

Closed wesleyboar closed 11 months ago

wesleyboar commented 11 months ago

Overview

Restore {% block css %}{% endblock %} and {% block js %}{% endblock %}.

These are simple and immediately understood. There were in the original code. I removed them after my over-engineering took over. I intend to migrate to using them more often, and perhaps to only using them. The Core-CMS is too complicated. It is time to simplify it.

Related

Changes

Testing & UI

N/A

This adds a backwards-compatible invisible feature that is already well-tested with other `{% block … %}`'s.