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

8 lines
146 B
HTML

{% extends "base.html" %}
{% block title %}Current time{% endblock %}
{% block content %}
<p>It is now {{ current_date }}.</p>
{% endblock %}