10% Off Now!
Spring RV Camping Season, Great Deals for RV Awning and Slide Topper Awning!
${data.month} ${data.day}, ${data.year}
From the blog
View all
${function(){
const image_size_temp = "natural";
const tempArticles = data.articles.map((item) => {
const image = item.image || {height: 100, width: 100};
return Object.assign(item, {
width: 0 || image.width,
height:0 || 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 `
`
}()}
${hasImageSrc ? ` ` : `
`}
${firstBlog.title}
Latest posts
${latestBlogs.map((item)=>{
const hasImageSrc = item.image&&item.image.src;
return `
`
}).join("")}
${item.title}