{% extends "index.html" %} {% block title %} {{ page.title }} {% endblock title %} {% block description %} {% endblock description %} {% block content %}
{{ page.content | safe }}
{% endblock %}