Section & Variations › How It Works

Available Parameters
Parameter Type Description
title Text Set title for Client section.
items Array of HIW Item
required
Set list of HIW item.
Example:
[
    {
        "step"           : "1",
        "title"          : "Step one",
        "description"    : "Create reports with an easy to use drag-and-drop designer.",
    }
]
Available Variations
Starter Kit Codes
{# include sections/hiw  #}
{% include "sections/hiw.twig", with {
    	"title"		: "How it works",
	"items" : [
		{
			"step"			: "1",
			"title"			: "Step one",
			"description"		: "Create reports with an easy to use drag-and-drop designer.",
		},
		{
			"step"			: "2",
			"title"			: "Step two",
			"description"		: "Share/publish your reports with your colleagues.",
		},
		{
			"step"			: "3",
			"title"			: "Step three",
			"description"		: "Easily converse with your data using everyday language.",
		},
		{
			"step"			: "4",
			"title"			: "Step four",
			"description"		: "Create reports with an easy to use drag-and-drop designer.",
		},
	]
  } %}
Section Preview How It Works