Security Notices {{ vars.insight_notices_count }}
Potential security issues on your site right now
{% if flags.has_notices %}
{% for notice_section in vars.insight_notices %} {% if notice_section.count > 0 %} {% for notice in notice_section.messages %} {% endfor %} {% endif %} {% endfor %}
{{ notice_section.title }} ({{ notice_section.count }})
  {{ notice.title }}: {{ notice.message }} {% if notice.rec is defined %}
{{ notice.rec|default('') }} {% endif %}
{% if notice.href is not empty %} {{ notice.action|default( strings.more_info ) }} ↗ {% endif %}
{% else %}
There are no important security notices at this time. This is a wonderful thing! :)
{% endif %}