{% extends 'base.html' %} {% load static %} {% block title %}{{ post.title }} - Blog ECOLUX BTP{% endblock %} {% block description %}{{ post.excerpt|truncatewords:25 }}{% endblock %} {% block content %} {% include "ecolux_styles.html" %} {% include "nav.html" %} {% include 'partials/page_header.html' with page_title=post.title page_description=post.excerpt badge_text=post.category.name header_image=post.featured_image.url breadcrumb=breadcrumb_items image_absolute=True %}
{% if post.featured_image %}
{{ post.title }}
{% endif %}
{{ post.content|safe }}
{% if post.tags %} {% endif %} {% comment %}

Partager cet article :

{% endcomment %}

Articles Similaires

Découvrez d'autres contenus qui pourraient vous intéresser

{% include 'partials/footer.html' %} {% endblock %} {% block extra_js %} {% include 'ecolux_scripts.html' %} {% endblock %}