X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=examples%2Fhtdocs%2Fmike.html;h=ca2da46887c9757e6177cb9d584ef46f641e2f25;hb=17c48ded3548965541ccf15cbb90da1788368e34;hp=0d364b647876c1bcd3ceda0ea249f85c8e8ce9b6;hpb=1b454be621761533ae751a9c502c5e758e90db5a;p=mkws-moved-to-github.git diff --git a/examples/htdocs/mike.html b/examples/htdocs/mike.html index 0d364b6..ca2da46 100644 --- a/examples/htdocs/mike.html +++ b/examples/htdocs/mike.html @@ -49,10 +49,14 @@ {{#if md-electronic-url}} URL - {{#link md-electronic-url}}{{/link}} + + {{#each md-electronic-url}} + {{this}}
+ {{/each}} + {{/if}} - {{#if location}} + {{#if-any location having="md-subject"}} Subject @@ -63,10 +67,13 @@ {{/first}} - {{/if}} + {{/if-any}} Locations - {{#json location}}{{/json}} + + {{#commaList location}} + {{attr '@name'}}{{/commaList}} +