PCv5/app/templates/base/scripts.html
Eragon 2b5485677e
editor: tests with emoji-picker-element for emoji picker
Note: we will need to self-host it if we keep it moving forward. This is
just a test, this commit should be reverted if not used in the end.
2023-05-15 16:17:28 +02:00

5 lines
223 B
HTML

{% for s in scripts %}
<script type="text/javascript" src={{url_for('static', filename=s)}}></script>
{% endfor %}
<script type="module" src='https://cdn.jsdelivr.net/npm/emoji-picker-element@^1/index.js'></script>