aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/templates/show_image.html
diff options
context:
space:
mode:
Diffstat (limited to 'gn2/wqflask/templates/show_image.html')
-rw-r--r--gn2/wqflask/templates/show_image.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/gn2/wqflask/templates/show_image.html b/gn2/wqflask/templates/show_image.html
new file mode 100644
index 00000000..521f5414
--- /dev/null
+++ b/gn2/wqflask/templates/show_image.html
@@ -0,0 +1,5 @@
+<img alt="Embedded Image" src="data:image/png;base64,
+{% for elem in img_base64 -%}
+ {% print("%c"|format(elem)) %}
+{%- endfor %}
+" /> \ No newline at end of file