I am new to Grav (a few weeks of playing around with theming, reading docs), and I am still getting my head around a few things (including Twig)
In a sandbox site, I am exploring aspects of theming (a custom theme with inheritance from antimatter). One thing I am currently stuck on is how to display an element on a blog list page and not the individual blog page. I have yet to determine which variable I could use for this when editing a custom blog_item.html.twig template.
For context, I developed a number of Drupal themes over several years, and the approach I would take there was content-type based (equivalent to page v post in Wordpress) variables.
Any suggestions would be appreciated. As would links to any further guides/tutorials beyond the grave documentation.