We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23ea234 + f6e498e commit afcf576Copy full SHA for afcf576
simple_repository_browser/templates/base/base.html
@@ -58,7 +58,9 @@
58
<footer class="text-muted mt-auto">
59
<div class="container text-center">
60
<p class="float-right">
61
+ {% block browser_version %}
62
simple-repository-browser v{{ browser_version }}
63
+ {% endblock browser_version %}
64
</p>
65
<p></p>
66
</div>
0 commit comments