{% extends 'defaults/base.html' %} {% block template_info_title %}

ARTICLE DEFAULT TEMPLATE

{% endblock %} {% block content %}

{{page.title}}

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