{% extends 'base.html.twig' %} {% trans_default_domain "community" %} {% block title %} {{ question.question }} {% endblock %} {% block schemaBlock %} {% endblock %} {% block og_title %} {{question.question}} {% endblock %} {# {% block og_description %}{{(question.content)}}{% endblock %} #} {% block og_url %}{{path('show_community_question' , {'alias':community.alias,'slug':question.slug} ) }}{% endblock %} {% block og_image %} {{ asset(community.assetDir ~ '/' ~ community.coverImage) }} {% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% if question.createdBy.image == "default_profile_pic_m.png" or question.createdBy.image == "default_profile_pic_f.png" %} {% set getWebPath = "/bundles/user/img/" %} {% else %} {% set getWebPath = "/uploads/profile/img" %} {% endif %} {% block body %}