{% extends "base.html" %} {% block title %}{{ config.title }} • {{ page.title }}{% endblock title %} {% block content %}

{{ page.title }}

{{ macros::reading_time_from(word_count=page.word_count) }}
{% if page.taxonomies["tags"] %}{{ macros::print_tags(page=page) }}{% endif %}

{% if page.updated %}
  ➡ Mise à jour :
{% endif %}
{{ page.content | safe }}
{% endblock content %}