X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=examples%2Fhtdocs%2Fmike.html;h=ca2da46887c9757e6177cb9d584ef46f641e2f25;hb=17c48ded3548965541ccf15cbb90da1788368e34;hp=f7dbf4228f104f7b4dd7dd2d72091c361eb7712e;hpb=cd9ab8562bfb04508fe03d9ec7f27613c82f8365;p=mkws-moved-to-github.git diff --git a/examples/htdocs/mike.html b/examples/htdocs/mike.html index f7dbf42..ca2da46 100644 --- a/examples/htdocs/mike.html +++ b/examples/htdocs/mike.html @@ -49,24 +49,31 @@ {{#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 - {{#first location}} + {{#first location having="md-subject"}} {{#if md-subject}} {{md-subject}} {{/if}} {{/first}} - {{/if}} + {{/if-any}} Locations - {{#json location}}{{/json}} + + {{#commaList location}} + {{attr '@name'}}{{/commaList}} +