Files
2026-06-28 22:49:39 +02:00

18 lines
343 B
JSON

{
#(authorized)#
"error": "authorization required",
::
#(/authorized)#
"reports": [
#{reports}#
{
"filename": "#[filename]#",
"title": "#[title]#",
"published": "#[published]#",
"daily": #(daily)#false::true#(/daily)#,
"content": "#[content]#"
}#(comma)#::,#(/comma)#
#{/reports}#
]
}