{% extends "base.html" %} {% load static %} {% load taxonomy %} {% block title %}{{ page.title }}{% endblock %} {% block head %} {% endblock %} {% block topbar %}{{ page.domain_label }} / {{ page.type_label }}{% endblock %} {% block topbar_actions %}
{% endblock %} {% block content %}

{{ page.domain_label }} {{ page.type_label }} {% if page.is_private %}privé{% endif %}

{% if project %}

{{ project.title }}

{% endif %}

{{ page.title }}

{% if page.summary %}

{{ page.summary }}

{% endif %}

{% if page.display_date %}{{ page.display_date }}{% endif %} {{ reading_minutes }} min de lecture {% if page.status %}{{ page.status }}{% endif %} {% for t in page.tags %}{{ t }}{% endfor %}

{{ content_html|safe }}
{% if backlinks %} {% endif %}
{% endblock %} {% block scripts %} {% endblock %}