{% extends 'ampbase.html.twig' %} {% block links %} {% endblock %} {% block title %}{{ 'إجابات السؤال : '~question.question }}{% endblock %} {% block body %}

{{ question.question }}

{# here will be the meta data #}

{{ question.explanation|raw }}

{% endblock %}