X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=examples%2Fhtdocs%2Fmike.html;h=846f1acb8a0db2569638d7b93538ed28d8345768;hb=f4f459771a378ece073860f72d11e6b502b2e924;hp=6d4a721f360a0b6a253bf7151900338f2cf574bc;hpb=6ec426e681bfddaf2e9f55b27523b732f31e5178;p=mkws-moved-to-github.git diff --git a/examples/htdocs/mike.html b/examples/htdocs/mike.html index 6d4a721..846f1ac 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}} +