{% extends 'base.html.twig' %} {% block ogtags %} {% if article.image %} {% else %} {% endif %} {% endblock %} {% block body %} {% if is_granted('ROLE_ADMIN') %} {% endif %}
#}
{# {{ article.content }}#}
{# #}
{% set article_coordinate = '30023:' ~ article.pubkey ~ ':' ~ article.slug %}
{% set comments_query = article.eventId ? { coordinate: article_coordinate, e: article.eventId } : { coordinate: article_coordinate } %}
Loading comments…