cookiecutter-django/{{cookiecutter.project_slug}}/src/common/templates/common/footer.html

11 lines
259 B
HTML

<footer>
<div>
<span>
Version : {{ build.describe }} &bull; {{ build.date }}
</span>
<div>
<a href="https://github.com/Crocmagnon"><i class="fa-brands fa-github"></i></a>
</div>
</div>
</footer>