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

7 lines
220 B
HTML

<script type="text/javascript" src="{{ url_for('static', filename='js/plugins/camera/index.js') }}"></script>
<script type="text/x-template" id="tmpl-camera-cv">
{% include 'plugins/camera/index.html' %}
</script>