X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=examples%2Fhtdocs%2Fmike.html;h=2b3b75c475b97e4b4f390e5d24437ff339d3302b;hb=6bfe3eeb652e813e7f4b1c73519512fe7473b6bd;hp=0d364b647876c1bcd3ceda0ea249f85c8e8ce9b6;hpb=1b454be621761533ae751a9c502c5e758e90db5a;p=mkws-moved-to-github.git diff --git a/examples/htdocs/mike.html b/examples/htdocs/mike.html index 0d364b6..2b3b75c 100644 --- a/examples/htdocs/mike.html +++ b/examples/htdocs/mike.html @@ -49,10 +49,14 @@ {{#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 @@ -63,10 +67,16 @@ {{/first}} - {{/if}} + {{/if-any}} Locations - {{#json location}}{{/json}} + + {{#each location}} + {{#if '@name'}} + {{attr '@name'}}
+ {{/if}} + {{/each}} +