{% extends "main.jinja.html" %}
{% block page_main_content %}
Ooops, this was an invalid url.
{% if site_meta.example_pac_id %}
For a working example try {{ site_meta.example_pac_id }}
{% endif %}
{{ msg | default("This link could not be resolved. Please check that it was typed or scanned correctly.", true) }}
{% endblock %}