如何通过“.scaml”使用布局游戏中+游戏升级
我正在使用 Play frameword 和 play-scalate 插件。
play-scalate 提供的默认演示只是“.ssp”,但我想使用的是“.scaml”。我创建了一个“default.scaml”,但我不知道如何包含内部视图。
也许我的描述不清楚,我想做的是:
将布局“main.html”翻译为“default.scaml”。
“main.html”的内容是:
<html>
<head>
</head>
<body>
#{doLayout /}
</body>
</html>
我不知道如何翻译#{doLayout /}
。提前致谢。
I'm using Play frameword and play-scalate plugin.
The default demo of play-scalate provided is only ".ssp", but what I want to use is ".scaml". I create a "default.scaml", but I don't know how to include the inner views.
Maybe my description is not clear, what I want to do is:
translate the the layout "main.html" to "default.scaml".
The content of "main.html" is:
<html>
<head>
</head>
<body>
#{doLayout /}
</body>
</html>
I don't know how to translate #{doLayout /}
. Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
应该是:
It should be: