gpt4 book ai didi

html - Symfony2 包含在 Twig 的 html 中

转载 作者:技术小花猫 更新时间:2023-10-29 12:46:38 25 4
gpt4 key购买 nike

我正在开发一个使用 Symfony2 和 twig 作为模板的应用程序。我正在为模板使用 3 级结构。 Base.html.twig、layout.html.twig 和 childtemplate.html.twig。问题是我试图通过使用 include 在下一个子模板中包含一个 example.html(通用 html 文件),但它无法正常工作。问题出在哪里?

{# src/Anotatzailea/AnotatzaileaBundle/Resources/views/Page/testuaanotatu.html.twig #}
{% extends 'AnotatzaileaAnotatzaileaBundle::layout.html.twig' %}

{% block title %}Testua anotatu{% endblock%}

{% block body %}
{% include "var/www/Symfony/web/example.html" %}
{% endblock %}

最佳答案

取决于它所在的位置。假设它在 Anotatzailea/AnotatzaileaBundle/Resources/views/example.html.twig 中;然后你会像这样包括它:

{% include 'AnotatzaileaAnotatzaileaBundle::example.html.twig' %}

关于html - Symfony2 包含在 Twig 的 html 中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9827362/

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