mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
10 lines
193 B
HTML
10 lines
193 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block footer %}
|
|
<div role="contentinfo">
|
|
<!-- Copyright etc -->
|
|
{% if config.copyright %}
|
|
<p>{{ config.copyright }}</p>
|
|
{% endif %}
|
|
</div>
|
|
{% endblock %} |