X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=examples%2Fhtdocs%2Fmike.html;h=b19dc47ce53fa49eb30817299f10c5386bee5a46;hb=b7657c6d09b796f945cc64a8e399b6b545df3531;hp=6d4a721f360a0b6a253bf7151900338f2cf574bc;hpb=6ec426e681bfddaf2e9f55b27523b732f31e5178;p=mkws-moved-to-github.git diff --git a/examples/htdocs/mike.html b/examples/htdocs/mike.html index 6d4a721..b19dc47 100644 --- a/examples/htdocs/mike.html +++ b/examples/htdocs/mike.html @@ -49,26 +49,30 @@ {{#if md-electronic-url}} URL - {{#link md-electronic-url}}{{/link}} + {{link md-electronic-url}} {{/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}} + + {{#each location}} + {{#if '@name'}} + {{attr '@name'}}
+ {{/if}} + {{/each}} +