1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/custom_theme/main.html
2020-10-27 19:11:55 +00:00

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 %}