X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=examples%2Fhtdocs%2Fmike.html;h=b19dc47ce53fa49eb30817299f10c5386bee5a46;hb=b7657c6d09b796f945cc64a8e399b6b545df3531;hp=02bf56d3204e82324365648a1e2e16809bfeed31;hpb=3af5f9a2bc156e56d25b62d6046fc33d826877a5;p=mkws-moved-to-github.git diff --git a/examples/htdocs/mike.html b/examples/htdocs/mike.html index 02bf56d..b19dc47 100644 --- a/examples/htdocs/mike.html +++ b/examples/htdocs/mike.html @@ -34,25 +34,45 @@ {{/if}} + {{#if md-date}} Date {{md-date}} + {{/if}} + {{#if md-author}} Author {{md-author}} + {{/if}} + {{#if md-electronic-url}} URL - {{md-electronic-url}} + {{link md-electronic-url}} + {{/if}} + {{#if-any location having="md-subject"}} Subject - {{md-subject}} + + {{#first location having="md-subject"}} + {{#if md-subject}} + {{md-subject}} + {{/if}} + {{/first}} + + {{/if-any}} Locations - {{location}} + + {{#each location}} + {{#if '@name'}} + {{attr '@name'}}
+ {{/if}} + {{/each}} +