gpt4 book ai didi

templates - 如何在 play+play-scalate 中通过 ".scaml"使用布局

转载 作者:行者123 更新时间:2023-12-03 22:26:50 25 4
gpt4 key购买 nike

我正在使用 Play 框架和 play-scalate 插件。

提供的 play-scalate 的默认演示只有“.ssp”,但我想使用的是“.scaml”。我创建了一个“default.scaml”,但我不知道如何包含内部 View 。

可能我的描述不清楚,我想做的是:

将布局“main.html”转换为“default.scaml”。

“main.html”的内容是:

<html>
<head>
</head>
<body>
#{doLayout /}
</body>
</html>

我不知道怎么翻译 #{doLayout /} .提前致谢。

最佳答案

它应该是:

-@ var body: String 
-@ var title: String = "Some Default Title"

%html
%head= title
%body
%p hello, everyone
!= body

关于templates - 如何在 play+play-scalate 中通过 ".scaml"使用布局,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3324303/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com