X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=examples%2Fhtdocs%2Fmike.html;h=ca2da46887c9757e6177cb9d584ef46f641e2f25;hb=17c48ded3548965541ccf15cbb90da1788368e34;hp=6d4a721f360a0b6a253bf7151900338f2cf574bc;hpb=6ec426e681bfddaf2e9f55b27523b732f31e5178;p=mkws-moved-to-github.git diff --git a/examples/htdocs/mike.html b/examples/htdocs/mike.html index 6d4a721..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 - {{location}} + + {{#commaList location}} + {{attr '@name'}}{{/commaList}} +