X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=examples%2Fhtdocs%2Fmike.html;h=ca2da46887c9757e6177cb9d584ef46f641e2f25;hb=17c48ded3548965541ccf15cbb90da1788368e34;hp=02bf56d3204e82324365648a1e2e16809bfeed31;hpb=3af5f9a2bc156e56d25b62d6046fc33d826877a5;p=mkws-moved-to-github.git diff --git a/examples/htdocs/mike.html b/examples/htdocs/mike.html index 02bf56d..ca2da46 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}} +