📌  相关文章
📜  jinja2 template import html with as - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:07.290000             🧑  作者: Mango

代码示例1
{% from 'forms.html' import input with context %}
{% include 'header.html' without context %}