aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/templates/show_image.html
blob: 521f54148ce3df9f7ae48d82417d299eb50d0e57 (plain)
1
2
3
4
5
<img alt="Embedded Image" src="data:image/png;base64,
{% for elem in img_base64 -%}
    {% print("%c"|format(elem)) %}
{%- endfor %}
" />