Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MetRonnie opened this issue May 17, 2022 · 0 comments
Open

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

MetRonnie opened this issue May 17, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@MetRonnie
Copy link
Member

MetRonnie commented May 17, 2022

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)

@MetRonnie MetRonnie added the bug Something isn't working label May 17, 2022
@MetRonnie MetRonnie changed the title %include not recognised when inside [[graph]] section %include and jinja2 not recognised when inside [[graph]] section Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant