This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
-
Dear All:
|
Beta Was this translation helpful? Give feedback.
Answered by
abdelhai
Jun 1, 2022
Replies: 2 comments 2 replies
-
<div class="right_container">
{% for data in all_info %}
<div class="right_content" onclick="window.open('{{data['url']}}')">
{{data['name']}} - {{receivers[data['id']]}}
</div>
{% endfor %}
</div> This is an example of running python code inside HTML. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
abdelhai
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
safe
: https://jinja.palletsprojects.com/en/3.1.x/templates/#working-with-manual-escaping