{#! # Freelancer for Pico v2.0.7 (https://github.com/mayamcdougall/freelancer-pico) # Ported by Maya McDougall (https://github.com/mayamcdougall) # Based on upstream Freelancer v7.0.4 by Start Bootstrap (https://startbootstrap.com/theme/freelancer) # Licensed under MIT (https://github.com/mayamcdougall/freelancer-pico/blob/main/LICENSE) #} {% set pages_with_error = [] %} {% for page in pages(depthOffset=-1,depth=null) %} {% if page.meta.YAML_ParseError %} {% set pages_with_error = pages_with_error|merge([{"id": page.id, "error": page.meta.YAML_ParseError}]) %} {% endif %} {% endfor %} {% for page in pages_with_error %} {% if loop.first %}
{{ page.error }}