{% extends "base.html" %} {% block content %}
{% if this.meta.date %}
{{ this.meta.date | date(format="%b %d, %Y") }}
{% endif %} {% if this.meta.title %}

{{ this.meta.title }}

{% endif %}
{{ this.content | safe }} {% endblock content %}