{% extends "base.html" %} {% block timepiece %} {% if not timestamp %}Rendered at {% now "Y-m-d H:i" %} | {% else %}View as of {{ timestamp|date:"Y-m-d H:i" }} | {% endif %}{% spaceless %} [change]
{% endspaceless %} {% endblock %}