error:
  title: Something went wrong
  content:
    - "{{ error.message }}"
    - "{% if showStack %}<pre>{{error.stack | safe}}</pre>{% endif %}"

pageNotFound:
  title: Page not found

sessionEnded:
  title: Session expired
