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

In {{ offset }} hours, it will be {{ future_time }}.

{% endblock %}