This commit is contained in:
2023-11-29 11:56:45 +03:00
parent 2c8574542e
commit 062b06e528
2 changed files with 27 additions and 2 deletions

View File

@@ -9,7 +9,28 @@ weight: 1
<!-- section 1 (header) -->
{{ reviews() }}
{{ reviews(
reviews=[
{
"title":"Title1",
"date":"August 28, 2021",
"stars":[3,2],
"description":"This is the text which will be used"
},
{
"title":"Title2",
"date":"August 29, 2021",
"stars":[4,1],
"description":"This is the text which will be used 2"
},
{
"title":"Title3",
"date":"August 30, 2022",
"stars":[5,0],
"description":"This is the text which will be used 3"
},
])
}}
{% row(style="left" margin="none" reverse="rightreserve" padding="bottom") %}