Hello. How can i pass a variable to a value, thats between comas? that is:
{{ page.media.images[job.image].resize(300, 300).quality(85).html("{{ job.text }}") }}
i know job.text is valid, because
<h2>{{ job.title }}</h2>
becomes
<h2>Demarca</h2>
but html("{{ job.text }}
becomes
<img title="{{ job.title }}" src="/grav4/images/b/6/c/f/2/b6cf2143b98d3bcf125dd81b0b532929e5fd7f42- thumb-demarca.jpeg">
Thanks for any feedback