{% extends "layout.html" %} {% set location_abs = this.target|url(absolute=True) %} {% set location_ext = this.target|url(external=True) %} {% set location_rel = this.target|url %} {% block head_meta -%} {%- endblock %} {% block title %}Page Moved{% endblock %} {% block body %}

Page Moved

If you are not automatically redirected, the page you want can be found at {{ location_ext }}.

{% endblock %}