Mother's Day
View allHappy Graduation
View allCustomer Reviews
${data.month} ${data.day}, ${data.year}
From the blog
View all
${function(){
const image_size_temp = "56.25%";
const tempArticles = data.articles.map((item) => {
const image = item.image || {height: 100, width: 100};
return Object.assign(item, {
width: 16 || image.width,
height:9 || image.height,
published_at: item.published_at || new Date(),
image_size: image_size_temp == 'natural' ? (image.height/image.width *100 + '%') : image_size_temp
})});
const firstBlog = tempArticles[0]
const latestBlogs = tempArticles.slice(1,5)
const hasImageSrc = firstBlog.image && firstBlog.image.src;
return `
`
}()}
Latest posts
${latestBlogs.map((item)=>{
const hasImageSrc = item.image&&item.image.src;
return `
`
}).join("")}