- ( Kid Page Part Handler )
- content,
<span xmlns:kid="http://purl.org/kid/ns#" kid:omit=""> <?python contexts = [] for context in redfoot.contexts(): if isinstance(context.identifier, URIRef): label = redfoot.label(context.identifier) or context.identifier contexts.append((label, context.identifier)) contexts.sort() ?> <ul> <li kid:for="label, context_id in contexts"> <a href="${request.relative(context_id.concrete())}"> ${label} </a> </li> </ul> </span>
Comments regarding http://redfoot.net/3.0/aspects/contexts/contexts
Login to submit a comment.