Taxonomylist Plugin - How to invoke?

I read the readme, it’s installed. How doy ou invoke it in the page or page template? Doing something like…

{% include 'partials/taxonomylist.html.twig' %}

…causes a twigsplosion. The docs say to look at the Blog Site Skeleton, which I did, and I can’t seem to find an example where it’s invoked. Please help :slight_smile:

I use it automagically through the blog template in the antimatter theme. It consists among others of this partial: templates/partials/sidebar.html.twig It has this code snippet

{% if config.plugins.taxonomylist.enabled %} 
22 <div class="sidebar-content"> 
23     <h4>Popular Tags</h4> 
24     {% include 'partials/taxonomylist.html.twig' with {'taxonomy':'tag'} %} 
25 </div> 

Hope this will get you on the way. I see this with blabla extra compared to your attempt.

Ah… I see the extra “blah blah” as you say, I think the core of my problem is that little with in the include statement, had no idea to use that. One solid code example should be documented with this (or any) plugin. Thank you, I’m gonna try it right now!

Grav is like a flat-file Christmas!
-Ritchie D’Alto