{% extends "base.html" %} {% block title %}{{ page.title }}{% endblock title %} {% block head_extra %} {% if page.description %} {% endif %} {% endblock head_extra %} {% block content %}

{{ page.title }}

{% if page.updated %} Last Updated: {% else %} {% endif %}

{% if page.extra.image %} {% set image = page.extra.image %} {% if image is starting_with("http") %} {% set image_url = image %} {% else %} {% set image_url = get_url(path=image) %} {% endif %}
{{ page.title }}
{% endif %}
{{ page.content | safe }}
{% endblock content %}