logo
html :
convert all non ascii characters to HTML entities
exemple:
html("<>") => "&lt;&gt;"

h :
alias for the html filter

add :
concatenation of a list of values
exemple:
add( "name" "@" "domain") => "name@domain"

basename :
python function: os.path.basename()

dirname :
python function: os.path.dirname()

eval :
python eval() function

first :
give the first element of a list or first charcter of a word

first_XX :
where XX is a number, give the first XX elements

txthtml :
more complex text to html converter (experimental)

glob :
['python glob.glob() function, sorted. Default folder is the ', 'content', ' folder']
exemple:
glob("/etc/*.config") => ['/etc/man.config', '/etc/paper.config', '/etc/scsi_id.config']

getvar :
give the value of an identifier of the SAME page, called without the page name.
exemple:
page.aaa= "A"
page.bbb= getvar(aaa) => "A"

v :
alias for getvar