{% extends 'info/master.twig' %} {% from 'macros.twig' import container_title %} {% set title = document.title %} {% block content %}
{{ container_title(document.title) }}
{{ document.content|parse_text(constant('MSZ_PARSER_MARKDOWN'))|raw }}
{% endblock %}