Loading non-static image from Model/Context in HTML using Template tags

Hey there, I’m trying to pass a link from my context into my template, yet because of how dynamic the data is it can’t be saved to the static, and the link has to come from the model. I can’t just use {{ var }} like the others in the src class, does anyone know how to get around this?

I’m sorry, I’m not sure I’m following what you’re trying to ask here. Can you provide a more explicit description of the issue you’re trying to resolve? Perhaps along with an example?

(From what I’m understanding of your question, you can render something like {{ var }} as the src of a tag in a template. If that’s where the issue is, please provide the code that you’re trying to use and we’ll see if we can help.)