<p class="opacity-50 mb-8">
<time>
{% set activeLanguage = request.resourceLocatorPrefix|replace({'/': ''}) %}
{% if activeLanguage == 'fr' %}
{{ globalContent.date|date('d M, Y')|replace({'Jan': 'Jan', 'Feb': 'Fév', 'Mar': 'Mar', 'Apr': 'Avr', 'May': 'Mai', 'Jun': 'Juin', 'Jul': 'Juil', 'Aug': 'Août', 'Sep': 'Sep', 'Oct': 'Oct', 'Nov': 'Nov', 'Dec': 'Déc'}) }}
{% elseif activeLanguage == 'en' %}
{{ globalContent.date|date('d M, Y') }}
{% endif %}
</time>
{% if globalContent.authorName %} | {{globalContent.authorName}}{% endif %}
</p>
<h1>{{ globalContent.title }}</h1>
<p>{{ content.description|raw }}</p>