{% extends "_layout/base.html" %} {% block title %} {{ page.title }} {% endblock %} {% block description %} {{ page.html | striptags | truncate(length=255 ,killwords=False)}} {% endblock %} {% block content %}

{{ page.title }}


{{ page.html | safe }}
{% endblock %}