Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 722 Bytes

teaFunctions.md

File metadata and controls

32 lines (22 loc) · 722 Bytes

$$ # Create the functions documentation from the f dictionary. $$ # The nimble task teafuncsm builds the template.

Statictea Functions

teapot

The built-in Statictea functions.

Functions allow you to format variables for presentation in a replacement block. They return a value that you assign to a variable or pass to another function.

Index

$$ block $$ : t.repeat = len(o.entries) $$ : entry = o.entries[t.row]

$$ block $$ : t.repeat = len(o.entries) $$ : entry = o.entries[t.row]

{entry.name}

{entry.description}

$$ endblock


⦿ Markdown page generated by StaticTea from the function dictionary. ⦿