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