reserved optionalReserved for future use - intended to carry the CSS priority or layer. The engine currently ignores it. Keep it present (even as an empty slot or a 0) so the stylesheet ends up in the second parameter.
css requiredThe stylesheet text. When non-empty it is registered and emitted into the page HEAD as a <style> block at the position marked by {generate:HEAD}. The expression itself returns an empty string at the call site.
[{css:0:.news-list { color: green; }}]
before{css:0:.card { margin: 0; }}after
[{css:print:.note { display: none; }}]
[{css:.x { color: red; }}]
[{css:}]