mirror of
https://github.com/django/django.git
synced 2025-03-13 10:50:55 +00:00
When using the `parsed` option, {% ssi %} has the same limitation as {% include %}, namely that the rendering of the included template is done separately. Thanks to trac user nagyv for the report and to alextreme for the patch. Backport of 072fb923e1b2e39e85a4ed4569ee7cd94f26a0bb from master.