{% load static %}
<div class="footer-wrapper bg-dark">
  <footer role="contentinfo" class="footer">
    <div class="container">
      <a href="https://github.com/pytition/Pytition/"><img src="{% static "img/GitHub_Logo_White.png" %}" width="100" height="41" /></a>
    </div>
  </footer>
</div>
