mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 05:23:21 +00:00
10 lines
231 B
Twig
10 lines
231 B
Twig
{% extends 'prod/Tooltip/Tooltip.html.twig'%}
|
|
|
|
{% set title %} {{ record.get_title() }} {% endset %}
|
|
{% set width = null %}
|
|
{% set maxwidth = null %}
|
|
|
|
{% block content %}
|
|
{% include 'common/preview.html.twig' %}
|
|
{% endblock %}
|