X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=examples%2Fhtdocs%2Fmike.html;h=846f1acb8a0db2569638d7b93538ed28d8345768;hb=f4f459771a378ece073860f72d11e6b502b2e924;hp=02bf56d3204e82324365648a1e2e16809bfeed31;hpb=3af5f9a2bc156e56d25b62d6046fc33d826877a5;p=mkws-moved-to-github.git diff --git a/examples/htdocs/mike.html b/examples/htdocs/mike.html index 02bf56d..846f1ac 100644 --- a/examples/htdocs/mike.html +++ b/examples/htdocs/mike.html @@ -34,25 +34,46 @@ {{/if}} + {{#if md-date}} Date {{md-date}} + {{/if}} + {{#if md-author}} Author {{md-author}} + {{/if}} + {{#if md-electronic-url}} URL - {{md-electronic-url}} + + {{#each md-electronic-url}} + {{this}}
+ {{/each}} + + {{/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}} + + {{#commaList location}} + {{attr "@name"}}{{/commaList}} +