platypush/platypush/backend/http/templates/plugins/camera.ffmpeg/index.html

7 lines
224 B
HTML
Raw Normal View History

2020-09-27 03:09:14 +02:00
<script type="text/javascript" src="{{ url_for('static', filename='js/plugins/camera/index.js') }}"></script>
<script type="text/x-template" id="tmpl-camera-ffmpeg">
{% include 'plugins/camera/index.html' %}
</script>