mirror of
https://github.com/django/django.git
synced 2025-02-04 14:37:19 +00:00
072fb923e1
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.