Private
Public Access
1
0
Files
rowsandall/no_templates/future_time.html
sanderroosendaal 3eed3cc3e7 Uploading files
2016-10-30 17:39:32 +01:00

8 lines
168 B
HTML

{% extends "base.html" %}
{% block title %}Future time{% endblock %}
{% block content %}
<p>In {{ offset }} hours, it will be {{ future_time }}.</p>
{% endblock %}