diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html index 61cbb05..052b318 100644 --- a/templates/index.html +++ b/templates/index.html @@ -16,6 +16,9 @@ </head> <body> <div id='root'></div> + <script> + window.imgs = {{ imgs|safe }}; + </script> <script src='/static/js/bundle.js'></script> </body> </html> |
