{#
Template used to print content outside of the claroline app.
This is used to print PDFs and Emails.
#}
{% if title is not empty %}
{{ title }}
{% endif %}
{# This is required in order to correctly manage relative path (mostly for tinyMce contents) #}
{# We will need to load a specific stylesheets later #}
{{ content | raw }}