X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=examples%2Fhtdocs%2Fmike.html;h=b19dc47ce53fa49eb30817299f10c5386bee5a46;hb=b7657c6d09b796f945cc64a8e399b6b545df3531;hp=0d364b647876c1bcd3ceda0ea249f85c8e8ce9b6;hpb=1b454be621761533ae751a9c502c5e758e90db5a;p=mkws-moved-to-github.git diff --git a/examples/htdocs/mike.html b/examples/htdocs/mike.html index 0d364b6..b19dc47 100644 --- a/examples/htdocs/mike.html +++ b/examples/htdocs/mike.html @@ -49,10 +49,10 @@ {{#if md-electronic-url}} URL - {{#link md-electronic-url}}{{/link}} + {{link md-electronic-url}} {{/if}} - {{#if location}} + {{#if-any location having="md-subject"}} Subject @@ -63,10 +63,16 @@ {{/first}} - {{/if}} + {{/if-any}} Locations - {{#json location}}{{/json}} + + {{#each location}} + {{#if '@name'}} + {{attr '@name'}}
+ {{/if}} + {{/each}} +