You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
345 B
7 lines
345 B
{% load segmentation_tags %}{% comment %}
|
|
|
|
NOTE: child_plugins is a list of tuples of the form (instance, Boolean)
|
|
where, instance is the child plugin instance and Boolean represents
|
|
whether the plugin should be rendered in this context.
|
|
|
|
{% endcomment %}{% for child in child_plugins %}{% render_segment_plugin child.0 child.1 %}{% endfor %} |