mirror of
https://github.com/felixlohmeier/bibliotheks-und-archivinformatik.git
synced 2025-02-16 00:01:07 +01:00
9 lines
161 B
HTML
9 lines
161 B
HTML
{% extends template.self %}
|
|
|
|
{% block head %}
|
|
{{ super() }}
|
|
<script type="application/ld+json">
|
|
{{ page.lrmi | dump() }}
|
|
</script>
|
|
{% endblock head %}
|