{% extends "base.html" %} {% import "macros.html" as macros %} {% block title %}{{ page.title }} · {{ config.title }}{% endblock title %} {% block content %} {% include "partials/back-to-section.html" %}

{{ page.title }}

{% if page.description %}

{{ page.description }}

{% else %}

Signe cunéiforme {{ page.title }}{% if page.extra.mzl %} — MZL {{ page.extra.mzl }}{% endif %}.

{% endif %} {% include "partials/entry-dates.html" %}
{{ page.content | safe }}
{% endblock content %}