{% extends "pages/base.html" %} {% block content %}
This page loads 3 CSS files and 3 JS files individually. Suppressor will bundle them into fewer requests.

Asset Capture

Wrap template regions with capture tags to collect link and script elements for bundling.

Runtime Bundling

Assets are concatenated and served as a single file per type, reducing HTTP requests.

Content Hashing

Bundles are content-addressed for efficient caching. Same inputs always produce the same bundle URL.

{% endblock %}