#{extends 'main.html' /} #{set title:'Selvvir - Factoids' /} #{set footer:'Just the image copyright © AMcBain 2013. Nobody claims to own the factoids, to my knowledge.' /}

Navigation

User Manual

Factoids

#{list items:keys, as:'key'}
${key}
%{_key = values.get(key, null); __key = _key.replaceAll("^alias:", "")}%
#{if _key.startsWith("alias:")}See ${__key}#{/}#{else} #{list items:_key.urlify(), as:"value"}#{if value.startsWith("+")}${value.substring(1)}#{/}#{else}${value.substring(1)}#{/}#{/list} #{/}
#{/list}