Open wnielson opened 14 years ago
It would be nice to be able to include a chunk in a similar fashion to the way the {% include %} tag works. I've created a patch that adds an additional tag to django-chunks, {% include_chunk %}, which can be use like so:
{% include %}
{% include_chunk %}
{% include_chunk "some_chunk_name" %}
The diff can be found here
It would be nice to be able to include a chunk in a similar fashion to the way the
{% include %}
tag works. I've created a patch that adds an additional tag to django-chunks,{% include_chunk %}
, which can be use like so:The diff can be found here