X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=src%2Ftemplates%2Fsummary.handlebars;h=1de5f1516c50cfad366af5e4f986d70180aab85e;hp=aa2ed100a48ef6b5e3dee332667da3f0a5617334;hb=79107f202c91da40bf541e05284449d5c5caf89e;hpb=a44612f84f87a788c66a35b361deb62e6bc04c1c diff --git a/src/templates/summary.handlebars b/src/templates/summary.handlebars index aa2ed10..1de5f15 100644 --- a/src/templates/summary.handlebars +++ b/src/templates/summary.handlebars @@ -10,15 +10,34 @@ detailClick - a click event handler for details renderedDetails - active record details rendered from the details template md-* - metadata fields passed through from backend }} - - {{md-title}} - -{{#if md-title-remainder}} - {{md-title-remainder}} -{{/if}} -{{#if md-title-responsibility}} - {{md-title-responsibility}} +{{#if md-thumburl}} + + + {{/if}} +
+ + + {{md-title}} + + + {{#if md-title-remainder}} + {{md-title-remainder}} + {{/if}} + {{#if md-author}} + {{md-author}} + {{else}} + {{#if md-title-responsibility}} + {{md-title-responsibility}} + {{/if}} + {{/if}} + {{#if md-description}} +
{{md-description}}
+ {{/if}} + {{#if md-date}} + {{md-date}} + {{/if}} +
{{#if renderedDetails}} {{{renderedDetails}}} {{/if}}