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

docs: add example how to set a var from file include #1439

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 1, 2023

  1. docs: add example how to set a var from a file's content using includ…

    …e in a block
    
    I racked my brain around this for days, until I found this in some outside code example. I think it should be clearer that outside files can be included and transformed using a var, especially since the expected idiomatic approach does not work:
    
    {% set example_output = include 'example.json' % }
    MentalGear committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    8153679 View commit details
    Browse the repository at this point in the history