mainsite/templates/footer.html
<footer class="footer">
<div class="container">
<hr>
<div id="info-menu">
<a href="{% url 'archives' %}">Archives</a>
{% for page in pages %}
<a href="{% url 'page' page.name %}">{{ page.title }}</a>
{% endfor %}
<span class="stretch"></span>
</div>
© 2016 The Student Life
<br/>
Website created by Kent Shikama '18, Latina Vidolova '15, Ziqi Xiong '17.
</div>
</footer>