{% extends 'bulma.html.twig' %} {% block title %}Charte animation{% endblock %} {% block content %} {{ component('Alert', {title: '', message: 'Cette page est en cours de rédaction.', type: 'info'}) }}
{{ codeContent|markdown_to_html }}
{% endblock %}