{{ feed.list{ feed: site.feed, max: 5} }}
{{ web.text(page.api, 'revisions/@count') }}
100
{{ web.xml('<result><user ID="1">Name</user></result>')["user[@ID='1']"] }} Name
{{ string.match("here is some text 123 with a number", "(\\d+)") }}
123
{{ dhtml.dropdown([ "first", "second", "third" ], [ ]) }}
{{ dhtml.link{text: "Click here", message: { address: '98051', label: 'Redmond, WA' }, publish: @location } }}
{{ google.map{ subscribe: @location } }}
{{ google.map{ subscribe: @markers, zoom: 10 } }}
{{ pagebus.publish{ channel: @markers, message: { address: '98052', label: 'Redmond, WA' } } }}
{{ pagebus.publish{ channel: @markers, message: { address: 'Seattle, WA', label: 'Seattle, WA' } } }}