gpt4 book ai didi

python - 如何从处理中排除 Django 模板文件的一部分?

转载 作者:行者123 更新时间:2023-12-01 03:42:11 24 4
gpt4 key购买 nike

我有一个 Django 模板文件,其中有几个巨大字符串(以 Base64 编码的图像)。当我使用 Django 模板引擎时,它会卡住并需要 5 分钟才能渲染模板。有没有办法排除模板的一部分,例如:

{% ignore %}
<img src='....'>
{% endignore %}

这个存在吗?

最佳答案

使用逐字标签!

来自 django 文档 https://docs.djangoproject.com/en/dev/ref/templates/builtins/#verbatim

verbatim

Stops the template engine from rendering the contents of this block tag.

A common use is to allow a JavaScript template layer that collides with Django’s syntax. For example:

{% verbatim %}
{{if dying}}Still alive.{{/if}}
{% endverbatim %}

关于python - 如何从处理中排除 Django 模板文件的一部分?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39416053/

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