{% extends '::main_template.html.twig' %} {% block title%} - {{ article.title }}{% endblock title %} {% block content %} {{ article.text|raw }} {% if article.source %}

Forrás: {{ article.source }}

{% endif %} {% if app.user %}

{{ article.createdBy.displayName }}

{% endif %} {% endblock content %}