Several methods that the other templates use are not supported, these are:
self/root
Adding this code to the <head> of the /auth/ templates causes an error:
<link
rel="shortcut icon"
href="../../../css/favicon.ico"
type="image/x-icon"
petal:attributes="href string:${self/root/uri}favicon.ico"
petal:condition="true: self/root/get --favicon.ico;"
/>
[PETAL ERROR] Cannot find value for 'get' at '/self/root': get cannot be retrieved
self/cgi/path_info_eq
This code causes an error:
<link
rel="top"
href="/"
hreflang="en"
title="Root Document"
type="text/html"
petal:attributes="href self/root/uri;
hreflang self/root/lang;
title self/root/title;"
petal:condition="false: self/cgi/path_info_eq '/';"
/>
[PETAL ERROR] Cannot find value for 'path_info_eq' at '/self/cgi': path_info_eq cannot be retrieved
self/parent
This code causes an error:
<link
rel="parent"
href="#"
hreflang="en"
title="Document Parent Title"
type="text/html"
petal:attributes="href self/parent/uri;
hreflang self/parent/lang;
title self/parent/title"
/>
[PETAL ERROR] Cannot find value for 'uri' at '/self/parent': uri cannot be retrieved