I created a macro that I want to use (hence import) into a template. I have looked at countless tutorials but none of them seem to help and my macro is not being imported.
I have an integer field that I am trying to get my template to display differently only if it contains "0". Though I cannot get it to output correctly.
{% if content.field_caves__max_level.0 != 0 %}
{{ content.field_caves__max_level.0 }} Max
{% endif %}
I understand that you can use template names to suggest different templates to use for different things such as
page, block, node ect
from a drupal theme (not from a module which defines a block ) is it possible to make a twig different template file render a specific block on a specific page only.
Not sure if this is a new issue, but I couldn't find anything with a search that matched.
I have twig debug set to true, and devel is running.
If I look at the source, there is only suggestions on blocks, not on content, or even the main html block. I don't have any sites running prior to 8.7 but I checked on 2 sites I own. One is plain bartik the other is bootstrap 3.
I can't see where to upload any screenshots. And I'm sure this doesn't make sense, but here is what it renders.