--- title: Posthume Ausgaben description: Überblick über posthume Ausgaben von Jakob Michael Reinhold Lenz eleventyNavigation: key: Posthume Ausgaben parent: Verzeichnisse order: 4 pdf: no ---
{% set jahr = "" %} {%- for post in collections.posthumeausgaben -%} {% if post.data.Jahr !== jahr %} {% if jahr !== "" %}
{% endif %} {% set jahr = post.data.Jahr %}
{{ jahr }}
{% endif %}
{{ post.content | safe }}
{%- endfor -%}