From: Mike Taylor Date: Mon, 12 Jan 2015 17:24:04 +0000 (+0000) Subject: Tweak comment. X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=8dca06c07b94d4c6891d4a892280eb70f14d0b57 Tweak comment. DEFINTELY the last part of MKWS-349. --- diff --git a/src/templates/wikipedia.handlebars b/src/templates/wikipedia.handlebars new file mode 100644 index 0000000..9447fb5 --- /dev/null +++ b/src/templates/wikipedia.handlebars @@ -0,0 +1,17 @@ +{{! +Paragraphs and images from a reference source such as Wikipedia + +sentences - number of sentences to include +paragraphs - number of paragraphs to include +md-* - metadata fields passed through from backend +}} +{{md-title}} +

{{md-title}}

+{{#if md-title-remainder}} +{{md-title-remainder}} +{{/if}} +{{#if md-title-responsibility}} +{{md-title-responsibility}} +{{/if}} +{{{mkws-paragraphs md-description paragraphs sentences}}} +

{{credit}}