Untitled

 avatar
unknown
plain_text
2 years ago
179 B
5
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...