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

Conversation

MentalGear
Copy link

@MentalGear MentalGear commented Jun 1, 2023

Faced this issue 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 ({% set example_output = include 'example.json' % }) does not work.

Summary

Proposed change:

Add example to the docs:

{% set fileAsVar %}
     {% include 'example.json' %}
{% endset %}

Checklist

I've completed the checklist below to ensure I didn't forget anything. This makes reviewing this PR as easy as possible for the maintainers. And it gets this change released as soon as possible.

…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 MentalGear changed the title docs: add example how to set a var from a file's content using includ… docs: add example how to set a var from file include Jun 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant