{{ content | safe }}
{#- Atom and JSON feeds included by default #} {#- Uncomment this if you’d like folks to know that you used Eleventy to build your site! #} {%- css %}{% include "public/css/index.css" %}{% include "public/css/datatables.css" %}{% endcss %}
Skip to main contentVersion {{ jdr.version }}
{% else %} {% if (eleventyNavigation.key != undefined) %} {% set navPages = collections.all | eleventyNavigationBreadcrumb(eleventyNavigation.key) %} {% for entry in navPages %} {% if (entry.url != "#") %} ← {{ entry.title }} {% endif %} {% endfor %}