{% load assets %} {% get_asset cell=cell type='picture' as asset %} {% block cell-content %} {% if asset %}
{% endif %}

{{ title }}

{% if cell.cached_json.description %}
{{ cell.cached_json.description|safe }}
{% endif %}
{% endblock %}