{% extends "base.html" %} {% block title %}{{ page.title }} | BiRabittoh's Blog{% endblock %} {% block content %}
{{ page.date | date(format="%d/%m/%Y %H:%M") }}
{% if page.updated and page.updated != page.date %}last updated {{ page.updated | date(format="%m/%d/%Y %H:%M") }}
{% endif %}