gpt4 book ai didi

css - Twig 错误 : Unknown tag name "stylesheets"

转载 作者:太空宇宙 更新时间:2023-11-03 18:25:43 25 4
gpt4 key购买 nike

我正在 Silex 上创建小型博客,使用 Twig 呈现 View 。现在我有一个错误:

第 5 行“index.html”中的未知标签名称“stylesheets”

这是我的样式表标签:

{% stylesheets '../css/main.css' filter='cssrewrite' %}
<link rel="stylesheet" href="{{ asset_url }}" />
{% endstylesheets %}

据我了解,我们不能使用标签,因为它只是 Symfony2 方法和与 AsseticBundle 相关的标签。那么,如果没有它,我该如何包含样式表呢?

最佳答案

我的解决方案是:

{% block stylesheets %}
<link href="../css/main.css" rel="stylesheet" type="text/css" />
{% endblock %}

关于css - Twig 错误 : Unknown tag name "stylesheets",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20843876/

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