{% load i18n %} {% load static %} {% load unicms_contexts %} {% call obj=publication method='url' webpath=webpath as url %}
{% if url %} {% endif %} {{ publication.image_description }} {% if url %} {% endif %}
{% include "includes/edit_page_publication.html" with item=page_publication %} {% if url %} {% endif %}

{{ publication.title }}

{% if url %}
{% endif %} {% block card_content %} {% if publication.content %}

{{ publication.content|safe }}

{% endif %} {% endblock card_content %} {% if url %} {% include "includes/social_share.html" with share_title=item.publication.title share_url=request.get_host|add:url %} {% endif %}