--- layout: default --- {% assign page_id=page.id | split: "/" | last %} {% assign jurisdiction=site.jurisdictions | find: "id", page.id %} {% assign jurisdiction_id=jurisdiction.id | split: "/" | last %} {% assign data=site.data[jurisdiction_id] %}

{{ page.title }} ({{ jurisdiction_id | upcase }})

{{ content }}
{% for row in data %} {% assign json_path=row.id | prepend: "/" | append: ".json" %} {% assign file_exists=site.static_files | where: "path", json_path %} {% endfor %}
{% if file_exists.size > 0 %} {{ row.name }} {% else %} {{ row.name }} {% endif %}