{% extends "layout.html" %} {% block title %} {% if page.title %}{{ page.title }} - {% endif %} {{ config.title }} {% endblock %} {% block content %}

{{ page.title }}

{% if page.date or page.author %} Posted {% if page.extra.author %}by {{ page.extra.author }}{% endif %} on {{ page.date }} {% endif %} {{ page.content | safe }} {% if page.extra.link %}

Visit here for more info.

{% endif %} {% endblock %}