{% if full is not defined %}

{{ post.title }}

{% endif %} {% if post.contentFormat == 'html' %} {{ post.content|post|transform_url }} {% endif %} {% if post.contentFormat == 'markdown' %} {{ post.content|markdown|transform_url }} {% endif %}
    {% for category in post.categories %}
  • {{ category.title }}
  • {% endfor %} {% for tag in post.tagsCollection %} {% if tag|trim is not empty %}
  • #{{ tag }}
  • {% endif %} {% endfor %}
{#

{{ post.title }}

    {% for category in post.categories %}
  • {{ category.title }}
  • {% endfor %} {% for tag in post.tagsCollection %} {% if tag|trim is not empty %}
  • #{{ tag }}
  • {% endif %} {% endfor %}
{% if post.contentFormat == 'html' %} {{ post.content|post|transform_url }} {% endif %} {% if post.contentFormat == 'markdown' %} {{ post.content|markdown|transform_url }} {% endif %}
{% if full is defined and false %} {% endif %}
#} {% if full is defined %}
{% if post.hasComments %}
{% for comment in post.orderedComments %} {% if comment.active and not comment.parentCommentId %} {{ include('DeblanBlogBundle:Default:theComment.html.twig', {level: 1}) }} {% endif %} {% endfor %} {% endif %}

Ajouter un commentaire

Vous répondez à un commentaire.

{{ form_widget(form.Author) }} {{ form_errors(form.Author) }}
{{ form_widget(form.Website) }} {{ form_errors(form.Website) }}
{{ form_widget(form.Email) }} {{ form_errors(form.Email) }} L'email n'est pas affiché. Vous pouvez utiliser un avatar à l'aide de Gravatar.
{{ form_widget(form.Content) }} {{ form_errors(form.Content) }}
{{ form_errors(form.Follow) }}
{{ form_widget(form.ParentCommentId) }} {{ form_rest(form) }}
{% endif %}