forked from duniayetu/www_duniayetu
init
This commit is contained in:
@@ -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") %}
|
||||
|
Reference in New Issue
Block a user