如:views.py返回是return render(request, 'index.html')而index.html内容是:
return render(request, 'index.html')
{% include 'header.html' %}
然后header.html的内容可以是动态的吗?怎么写,谢谢!
{{text}}
认证0级讲师
헤더는 동적일 수 있지만 렌더링 시 동적 변수를 렌더링해야 합니다. 예:
header.html
index.html
헤더는 동적일 수 있지만 렌더링 시 동적 변수를 렌더링해야 합니다.
예:
으아악header.html
으아악index.html