{% comment %} Adds a box to highlight rights information if item has a "rights" or "rightsstatement" field. {%- endcomment -%}
Rights
{% if page.rights %}
Rights:
{{ page.rights }}
{% endif %} {% if page.rightsstatement %}
Standardized Rights:
{{ page.rightsstatement }}
{% endif %}