mirror of
https://github.com/django/django.git
synced 2025-02-09 08:55:32 +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.