Untitled
Anonymous
plain_text
06/21/2023 2:15 PM
240 B
20
Indexable
<p>
{% if image_exists %}
<img src="static/uploads/{{ id }}.png" alt="">
{% else %}
<img src="static/uploads/anonim.png" alt="">
{% endif %}
</p>Editor is loading...