{% extends "base.html" %} {% block title %}Flasky{% endblock %} {% block page_content %}
The local date and time is {{ moment(current_time).format("MMMM Do YYYY, HH:mm:ss")}}.
That was {{ moment(current_time).fromNow(refresh=True) }}