layout | category | title | tagline | comments |
---|---|---|---|---|
category |
health-families |
Health and Families |
How healthy are we? Is our social safety net working? |
true |
{% for indicator in site.data.indicators.[page.category] %}
- Status
- {{ indicator.status }}
{{ indicator.description }}
- Source:
- {{ indicator.source }}
{% for indicator in site.data.indicators.[page.category] %}
<script src="/charts/{{ page.category }}/{{ indicator.slug }}.js"></script>{% endfor %}