@(maybeUrl: Option[String], dataLinkName: String)(inner: Html) @maybeUrl match { case Some(url) => {@inner} case None => {@inner} }