Skip to content

loop variables don't pass through includes #1

@Arnaz87

Description

@Arnaz87

specific example:

{% for entry in docs %}
    <!-- Broken, entry does not pass through -->
    {% include "sub_document_data.html" %}
{% endfor %}

sub_document_data.html

<span document_name>
    {{entry.store}} : {{entry.uuid}}
</span>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions