Django CMS - 如何检测主页?

tun*_*rob 12 django django-templates django-cms

如何在模板中检测当前站点是否设置为主页?

Jam*_*esO 23

你可以使用is_home.

{{current_page.is_home}}
Run Code Online (Sandbox Code Playgroud)