X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=examples%2Fhtdocs%2Ftemplates.html;h=bed0122944bd41cb8125e15423b37bb476cd150c;hb=8ecc7b5621fa3f7191205e6ce93a8ef097e873bd;hp=2f39dd284bc7ba75c24b9aece6d0c5245e72b274;hpb=f904d124e62b14dd354cde112da75e6f5b161720;p=mkws-moved-to-github.git diff --git a/examples/htdocs/templates.html b/examples/htdocs/templates.html index 2f39dd2..bed0122 100644 --- a/examples/htdocs/templates.html +++ b/examples/htdocs/templates.html @@ -51,23 +51,23 @@ {{/if}} - {{#if-any location having="md-subject"}} + {{#mkws-if-any location having="md-subject"}} Subject - {{#first location having="md-subject"}} + {{#mkws-first location having="md-subject"}} {{#if md-subject}} {{md-subject}} {{/if}} - {{/first}} + {{/mkws-first}} - {{/if-any}} + {{/mkws-if-any}} Locations - {{#commaList location}} - {{attr "@name"}}{{/commaList}} + {{#mkws-commaList location}} + {{mkws-attr "@name"}}{{/mkws-commaList}}