{% extends 'base.html.twig' %} {% block page_title %}{{ 'help.title'|trans }}{% endblock %} {% block page_subtitle %}{{ 'help.subtitle'|trans }}{% endblock %} {% block main %} {% set replacer = { '': '
', 'href="../../': 'target="_blank" href="'~github~'blob/master/', ('href="' ~ github): 'target="_blank" href="'~github } %}
{% if chapter != 'README' %}
{{ 'action.back'|trans }}
{% endif %}
{{ documentation|md2html|replace(replacer)|raw }}
{% endblock %}