{% extends "base.html" %} {% block title %} {{ page.title }} | {{ SITENAME }} {% endblock %} {% block content %}

{{ page.title }}

{% if page.author!= AUTHOR %}

© Copyright by {{ page.author }}

{% endif %} {{ page.content }}
{% endblock %}