Let's declare a views/main.scala.html template that will act as a main layout template: @(title: String)(content: Html) <!DOCTYPE html> <html> <head> ...
確定! 回上一頁