nonscollectif-org/src/_includes/layouts/presse.njk

29 lines
794 B
Text

---
layout: layouts/base.njk
---
{% if page.date %}
<strong><time datetime="{{ page.date | htmlDateString }}">{{ page.date | readableDate }}</time></strong>
{% endif %}
{% for quote in quotes %}
<blockquote class="max-w-2xl mx-auto">
« {{ quote | toHTML | safe }} »
</blockquote>
{% endfor %}
<p>{{ content | safe }}</p>
{% if articleImage %}
<img alt="{{ title }}" class="mx-auto mt-8 px-16" src="{{ articleImage }}" />
{% endif %}
{% if iframe %}
{{ iframe | safe }}
{% endif %}
{% if link %}
<a href="{{ link }}" class="centered-button" target="_blank">L'article</a>
{% endif %}
<p class="mt-12">Le NonSco'llectif continue à se mobiliser pour faire sauter l'article 49 de cette loi absurde. On ne s'arrêtera pas au Tribunal Administratif !</p>