2026-03-12 16:19:58 +08:00

25 lines
379 B
XML

{
"widgettype": "HBox",
"options":{
"height": "100%",
"width": "100%"
},
"subwidgets":[
{
"widgettype":"MdWidget",
"options":{
"width":"50%",
"md_url":"{{entire_url('mainpage_')}}{{params_kw._lang}}.md",
"height":"100%"
}
},
{
"widgettype": "Image",
"options": {
"width": "49%",
"url": "{{entire_url('wish.webp')}}"
}
}
]
}