1
0
Fork 0
mirror of https://gitlab.easter-eggs.com/ee/ldapsaisie.git synced 2025-03-13 07:33:07 +01:00
ldapsaisie/doc/overrides/main.html
2023-09-28 14:05:35 +02:00

12 lines
289 B
HTML

{% extends "base.html" %}
{% block content %}
{% if page.url_to_print_page %}
<a href="{{ page.url_to_print_page }}" title="Print Site" class="md-content__button md-icon">
{% include ".icons/material/printer.svg" %}
</a>
{% endif %}
{{ super() }}
{% endblock content %}