{% extends "base.html" %} {% block title %}{{ page.title }} — sdme{% endblock %} {% block content %}

{{ page.title }}

{% if page.description %}

{{ page.description }}

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