我正在使用 Play frameword 和 play-scalate 插件。
提供的 play-scalate 默认演示只有“.ssp”,但我要使用的是“.scaml”。我创建了一个“default.scaml”,但我不知道如何包含内部视图。
也许我的描述不清楚,我想做的是:
将布局“main.html”转换为“default.scaml”。
“main.html”的内容是:
<html>
<head>
</head>
<body>
#{doLayout /}
</body>
</html>
我不知道怎么翻译#{doLayout /}
。提前致谢。