{% extends "base.html" %} {% block content %} {% if content %} {{ content|safe }} {% else %}

About {{ title }}

{{ description }}

{% if author %}

Created by {{ author }}

{% endif %} {% if last_updated %}

Updated on {{ last_updated }}

{% endif %}

{% endif %} {% endblock %} {% block footer %}{% endblock %}