mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-01 00:03:18 +01:00
12 lines
289 B
HTML
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 %}
|