I use Gantry5 template on WordPress CMS.
In my particle twig file exampleparticle.html.twig:
{% if particle.style == 'style2' %}
Some title here
{% include 'style2.html.twig' %}
On page i see text "Some title here" and under this text error:
Error while rendering exampleparticle particle.
If use this string:
{% include 'style2.html.twig' ignore missing %}
Then i see only text: "Some title here". It turns out that the system can not find the file style2.html.twig. Both files located in one directory.
P.S. Sorry for my english.
style2, you tried including an empty file - DarkBeestyle2template. The questionmark dissapeared from my question - DarkBee