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