@(name: String, description: Option[String], content: String)
@name
@Html(description.map(d => s"

$d

").getOrElse("")) @Html(content)