{% extends "base.html.twig" %} {% block body %} {% set image= "noimage.png" %} {% if image %} {% set image= pin.image %} {% endif %} {% if pin.subname %}{{ pin.subname }}{%endif%}

{{pin.description|raw}} {% endblock %}