Back to Frontend

Person.Scala

common/app/views/fragments/atoms/structureddata/person.scala.html

latest96 B
Original Source

@(fullName: String)(implicit request: RequestHeader) { "@@type": "Person", "name": "@fullName" }