{% extends "base.html" %} {% block style %} {% endblock %} {% block current_user %} {{ template_values['current_user']['email'] }} Logout {% endblock %} {% block main %} {% if template_values['accounts']|count > 1 %} {% include 'accounts_partial.html' %} {% endif %}
{% include 'cameras_partial.html' %}

Preview Image


List of Videos

{% endblock %} {% block script %} {% endblock %}