gpt4 book ai didi

javascript - 是否可以在 A-Frame 中的另一个 nunjuck 模板文字中创建一个 nunjuck 模板文字?

转载 作者:行者123 更新时间:2023-11-30 14:16:18 28 4
gpt4 key购买 nike

我想在我的“建筑”模板文字中有一个“玻璃”模板文字。

<script id="building" type="text/x-nunjucks-template">
{% for x in range(0, 5) %}
<a-entity template="src: building.template; type: handlebars" position="{{ x * 5 }} 0 0">
</a-entity>
{% endfor %}
</script>

<script id="glass" type="text/x-nunjucks-template">
{% for x in range(0, 5) %}
<a-entity template="src: glass.template; type: handlebars" position="{{ x }} 2 2">
</a-entity>
{% endfor %}
</script>

我知道它们需要在 .HTML 文件中运行 - 我只是想知道是否有解决方法,所以我可以有以下内容:

index.html --> building.template --> glass.template

谢谢

最佳答案

使用 {% raw %}

{% raw %}
some nunjucks templating
{% endraw %}

并且它不会在外部模板上呈现。

关于javascript - 是否可以在 A-Frame 中的另一个 nunjuck 模板文字中创建一个 nunjuck 模板文字?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53524145/

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