From: Mike Taylor Date: Fri, 29 Nov 2013 17:25:49 +0000 (+0000) Subject: Provide default "Summary" template, rending the same as the old X-Git-Tag: 0.9.1~148^2~1 X-Git-Url: http://jsfdemo.indexdata.com/?a=commitdiff_plain;ds=sidebyside;h=5347324e6cdd62e620eb6961e139f1bdc038028d;hp=b760daf1bed2725a02640eae25eed17c16f7f62e;p=mkws-moved-to-github.git Provide default "Summary" template, rending the same as the old hardwired code. --- diff --git a/tools/htdocs/mkws.js b/tools/htdocs/mkws.js index 2a3f471..26d1fdb 100644 --- a/tools/htdocs/mkws.js +++ b/tools/htdocs/mkws.js @@ -782,6 +782,18 @@ function defaultTemplate(name) \ \ '; + } else if (name === "Summary") { + return '\ + \ + {{md-title}}\ + \ + {{#if md-title-remainder}}\ + {{md-title-remainder}}\ + {{/if}}\ + {{#if md-title-responsibility}}\ + {{md-title-responsibility}}\ + {{/if}}\ +'; } var s = "There is no default '" + name +"' template!";