mirror of
https://github.com/django/django.git
synced 2025-01-27 10:39:40 +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.