{% extends 'base.html.twig' %} {% block title %}{{science.titre}} | Corpus Humanum{% endblock %} {% block body %}

{{science.titre}}


{% for tag1 in science.Tag1 %}

{{tag1.titret}}

{% endfor %}
{% if science.body != null %}
{{science.body|markdown_to_html}}
{% endif %}
{% if science.Image != null %} imageActualites {% endif %}

PubliƩ le :{{science.createdat | date("d/m/Y")}}



{% endblock %}