dawdle/site/dawdle/templates/dawdle/timelapse.html
2024-02-28 16:23:41 +11:00

17 lines
405 B
HTML

{% extends "dawdle/base.html" %}
{% block content %}
<div class="contentbox">
<h1>Timelapse of movements</h1>
<p>A Timelapse of everyone since:
Mon, Feb 26 00:05:24 UTC 2024 </p>
{% with timelapse='Wed Feb 28 04:01:29 UTC 2024' %}
<p> Last Generated: {{ timelapse }} </p>
{% endwith %}
<video controls width="500"> <source src="/static/map.mp4" type="video/mp4" />
</div>
{% endblock %}