var Handlebars = require('handlebars/runtime') var template = Handlebars.template, templates = (Handlebars.templates = Handlebars.templates || {}) templates['list_posts'] = template({ '1': function(container, depth0, helpers, partials, data) { var stack1, helper, alias1 = depth0 != null ? depth0 : container.nullContext || {}, alias2 = container.hooks.helperMissing, alias3 = 'function', alias4 = container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) { if (Object.prototype.hasOwnProperty.call(parent, propertyName)) { return parent[propertyName] } return undefined } return ( '
\n
\n
\n
\n

' + alias4( ((helper = (helper = lookupProperty(helpers, 'title') || (depth0 != null ? lookupProperty(depth0, 'title') : depth0)) != null ? helper : alias2), typeof helper === alias3 ? helper.call(alias1, { name: 'title', hash: {}, data: data, loc: { start: { line: 35, column: 54 }, end: { line: 35, column: 63 }, }, }) : helper), ) + '

\n

\n Date: ' + alias4( ((helper = (helper = lookupProperty(helpers, 'pubDate') || (depth0 != null ? lookupProperty(depth0, 'pubDate') : depth0)) != null ? helper : alias2), typeof helper === alias3 ? helper.call(alias1, { name: 'pubDate', hash: {}, data: data, loc: { start: { line: 37, column: 27 }, end: { line: 37, column: 38 }, }, }) : helper), ) + '
\n Source: ' + alias4( ((helper = (helper = lookupProperty(helpers, 'source_title') || (depth0 != null ? lookupProperty(depth0, 'source_title') : depth0)) != null ? helper : alias2), typeof helper === alias3 ? helper.call(alias1, { name: 'source_title', hash: {}, data: data, loc: { start: { line: 38, column: 55 }, end: { line: 38, column: 71 }, }, }) : helper), ) + '\n

\n\n ' + ((stack1 = ((helper = (helper = lookupProperty(helpers, 'content') || (depth0 != null ? lookupProperty(depth0, 'content') : depth0)) != null ? helper : alias2), typeof helper === alias3 ? helper.call(alias1, { name: 'content', hash: {}, data: data, loc: { start: { line: 41, column: 12 }, end: { line: 41, column: 25 }, }, }) : helper)) != null ? stack1 : '') + '\n
\n
\n
\n
\n' ) }, compiler: [8, '>= 4.3.0'], main: function(container, depth0, helpers, partials, data) { var stack1, helper, alias1 = depth0 != null ? depth0 : container.nullContext || {}, alias2 = container.hooks.helperMissing, alias3 = 'function', alias4 = container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) { if (Object.prototype.hasOwnProperty.call(parent, propertyName)) { return parent[propertyName] } return undefined } return ( '\n\n\n\n \n \n \n ' + alias4( ((helper = (helper = lookupProperty(helpers, 'page_title') || (depth0 != null ? lookupProperty(depth0, 'page_title') : depth0)) != null ? helper : alias2), typeof helper === alias3 ? helper.call(alias1, { name: 'page_title', hash: {}, data: data, loc: { start: { line: 8, column: 9 }, end: { line: 8, column: 23 }, }, }) : helper), ) + '\n \n \n \n \n\n\n\n \n
\n' + ((stack1 = lookupProperty(helpers, 'each').call( alias1, depth0 != null ? lookupProperty(depth0, 'items') : depth0, { name: 'each', hash: {}, fn: container.program(1, data, 0), inverse: container.noop, data: data, loc: { start: { line: 30, column: 4 }, end: { line: 46, column: 13 }, }, }, )) != null ? stack1 : '') + '
\n \n\n\n\n' ) }, useData: true, })