{{ post.title }}
{{ post.content }}
{% extends 'layouts/base.twig' %} {% block content %} {#
{% if post.category %} {{ post.category }} {% else %} {{ post.post_type == 'opinion' ? 'Opinión' : 'Sin categoría' }} {% endif %}
{{ __('No se puede comentar', 'Sindikatua') }}
#} {#
{{ __('No se puede comentar', 'Sindikatua') }}
{% else %} {% include 'partials/comment-form.twig' %} {% endif %}