Section & Variations › News & Blogs
Available Parameters
| Parameter | Type | Description |
|---|---|---|
variation
|
Text
required Default : news-blogs-variation-1
|
Selected variations for News & Blogs section. List of available variations :
|
tag
|
Text | Set tag value for Features section. |
title
|
Text | Set title for News & Blogs section. |
cta
|
Text HTML | Display CTA for News & Blogs section. |
items
|
Array of News & Blogs Item
required |
Set list of News & Blogs Item. Example: [
|
Available Variations
Starter Kit Codes
{# include sections/news-blogs #}
{% include "sections/news-blogs.twig", with {
'variation' : 'news-blogs-variation-1',
'title' : 'Articles on Growth & Marketing',
'cta' : '<a class="btn btn-sm btn-outline-dark-1" href="#">More Article</a>',
'items' : [
{
'link' : 'blog-details.html',
'illustration' : 'blogs-news-illustration-1.png',
'title' : 'Custom reports can go a long way for your business',
'tag' : 'Marketing',
'meta' : 'Oct 3 · 7 min read',
},
{
'link' : 'blog-details.html',
'illustration' : 'blogs-news-illustration-2.png',
'title' : 'SaaS pricing models demystified: finding the right...',
'tag' : 'Business',
'meta' : 'Oct 3 · 7 min read',
},
{
'link' : 'blog-details.html',
'illustration' : 'blogs-news-illustration-3.png',
'title' : 'Custom reports you need to grow your small business',
'tag' : 'Business',
'meta' : 'Oct 3 · 7 min read',
},
]
} %}
Section Preview
Starter Kit Codes
{# include sections/news-blogs #}
{% include "sections/news-blogs.twig", with {
'variation' : 'news-blogs-variation-2',
'title' : 'Articles on Growth & Marketing',
'cta' : '<a class="btn btn-lg btn-primary btn-icon" href="#">More articles <i class="ic ic-chevron-right white"></i></a>',
'items' : [
{
'link' : 'blog-details.html',
'illustration' : 'blogs-news-illustration-4.png',
'title' : 'Demystifying SaaS: Understanding the Power of Cloud-Based Solutions',
'description' : 'Software as a Service (SaaS) applications offer a range of benefits and come with their own set of challenges. Here are some of the key advantages and challenges associated with using SaaS applications ...',
'tag' : 'Marketing',
'meta' : 'Oct 3 · 7 min read',
},
{
'link' : 'blog-details.html',
'illustration' : 'blogs-news-illustration-3.png',
'title' : 'The Future of Business Software: Exploring the Rise of SaaS',
'description' : 'SaaS eliminates the need for initial hardware and software investments, which reduces costs. Users now pay a subscription fee, which can be more affordable for many firms, particularly small and medium-sized enterprises (SMEs), than ...',
'tag' : 'Business',
'meta' : 'Oct 3 · 7 min read',
},
]
} %}
Section Preview