{% macro render_help_title(title) %}{{ title|striptags }}{% endmacro %} {% macro render_help_body(title, toc, body) %}

{{ title }}

{% if toc %}

{{ _('Table Of Contents') }}

{% endif %} {{ body }}
{% endmacro %}