Advertisement
Guest User

Untitled

a guest
Apr 4th, 2014
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 0.14 KB | None | 0 0
  1. @(identifier: String, classList: String)
  2.  
  3. @{ identifier match {
  4.   case "flip-card" => <h1 class="@classList">Flip the card</h1>
  5.   }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement