{% comment %}
- Get the file-list
- Pull out file-titles in the file-list
- If the file key has a value, that's a file-title
- Put it in a list item, with a hyperlink pointing to the file
- And if the current page.url contains the file name, this must be the active page
- So add the class `nav-page-active` to the list item.
{% endcomment %}
{% for file in web-file-list %}
{% for file-title in file %}
{% if file-title[1] %}