mirror of
https://github.com/felixlohmeier/bibliotheks-und-archivinformatik.git
synced 2025-02-23 00:00:55 +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 %}
|