Skip to content

%include and jinja2 not recognised when inside [[graph]] section #28

@MetRonnie

Description

@MetRonnie

E.g.

%include foo.cylc
[scheduling]
    [[graph]]
%include foo.cylc

Also:

[scheduling]
    [[graph]]
{% for date in DATES %}

Although jinja2 is recognised inside a graph setting inside the graph section, i.e.

[scheduling]
    [[graph]]
        R1 = """
            {{ foo }}
        """

(Note jinja2 is not highlighted by GitHub theme anyway)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions