{%- endmacro %}
{% macro navbar(items, link) -%}
{# items is a list with the following strucutre:
[
[item_name, item_link, item_classes],
...
]
link is simply the link to the codebase and docs (this is stored in a data file rather than the template).
#}