mirror of
https://github.com/Icinga/icinga2.git
synced 2025-08-24 11:08:16 +02:00
17 lines
525 B
HTML
17 lines
525 B
HTML
{% extends '!layout.html' %}
|
|
|
|
{% block footer %}
|
|
<footer class="footer">
|
|
<div class="container">
|
|
<p class="pull-right">
|
|
Created using <a href="http://sphinx-doc.org/">Sphinx</a> {{ sphinx_version }}.<br/>
|
|
</p>
|
|
<p>
|
|
Revised {{ last_updated }}.<br/>
|
|
{{ shorttitle }}. © Copyright {{ copyright }}.<br/>
|
|
Distributed under the <a href="https://www.boost.org/LICENSE_1_0.txt">Boost Software License, Version 1.0.</a><br/>
|
|
</p>
|
|
</div>
|
|
</footer>
|
|
{% endblock %}
|