{{{content}}}

<templatedata> {

   "params": {
       "title": {
           "label": "Title",
           "description": "Heading displayed at the top of the box",
           "type": "string",
           "suggested": true
       },
       "content": {
           "label": "Content",
           "description": "The body content of the box. Supports full wiki markup.",
           "type": "content",
           "required": true
       },
       "style": {
           "label": "Style",
           "description": "Visual style variant",
           "type": "string",
           "suggestedvalues": ["default", "highlight", "warning"],
           "default": "default"
       }
   },
   "description": "A styled content section with a title bar. Use 'highlight' style for important info (blue) or 'warning' for cautions (gold).",
   "format": "block"

} </templatedata>