Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

Item template inherits variable from blog template, even if it is defined to false

Started by Pedro M 3 years ago · 0 replies · 581 views
3 years ago

Hi.

In blog template and item template I have the sidebar variable in this way (same as the Quark theme):

TWIG
{% set show_sidebar = header_var('show_sidebar', [page, blog])|defined(false)  %}

If I define that variable in the blog as true, the child pages (item type) inherit that value, although on these pages the filter |defined is set to false.

If I do not define anything, by default, the sidebar will be displayed on the blog page and on the item pages, it will not be displayed, that is, the |defined filter does have an influence.

It is very annoying to have to set the show_sidebar variable to false, explicitly in each blog article.
Is there a way to avoid this inheritance between item type pages with respect to their parent blog?

Suggested topics

Topic Participants Replies Views Activity
General · by jeremycherfas, 1 week ago
4 182 2 days ago
General · by lynbor, 6 days ago
2 124 3 days ago
General · by Old Man Umby, 1 week ago
1 100 1 week ago
General · by Sebastian, 2 weeks ago
1 124 2 weeks ago
General · by Andy Miller, 3 weeks ago
0 248 3 weeks ago