{% extends "base.html" %} {% block title %}Current time{% endblock %} {% block content %}

It is now {{ current_date }}.

{% endblock %}