{# vim: ft=htmljinja #} {% extends 'KekRozsakFrontBundle:Default: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|userdataspan }}

{% endif %} {% endblock content %}