{% extends "base.html" %} {% block content %}
Click and drag to select images, command + click to select multiple single images.
{% for img in session['imgs'] %}{% if img['angle'] < 0 %} {% elif img['angle'] ==0 %} {% elif img['angle'] > 0 %} {% end %} Angle: {{img['angle']}}
Throttle: {{img['throttle']}}
{% if 'speed' in img.keys() %}Speed: {{img['speed']}}
{% end %}