{% extends 'base.html.twig' %} {% block seo %} {{ seo.title|default(item.title) }} — {{ site.name|default('') }} {% if item.noIndex %}{% endif %} {% if item.canonicalUrl %}{% endif %} {% endblock %} {% block body %}
{# --- Header --- #}

{{ item.title }}

{% if item.category %} {{ item.category.name }} {% endif %} {% if item.client %} {{ item.client }} {% endif %} {% if item.projectDate %} {{ item.projectDate|date('F Y') }} {% endif %}
{# --- Image principale --- #} {% if item.image %}
{{ item.title }}
{% endif %} {# --- Lead --- #} {% if item.shortDescription %}

{{ item.shortDescription }}

{% endif %} {# --- Contenu TipTap --- #} {% if item.content %}
{{ item.content|raw }}
{% endif %} {# --- Tags --- #} {% if item.tags|length > 0 %}
{% for tag in item.tags %} {{ tag.name }} {% endfor %}
{% endif %} {# --- Lien projet --- #} {% if item.projectUrl %} {% endif %} {# --- Retour --- #}
{% endblock %}