I am new to drupal 8. I want something like this:
{% if node.2 %}
...............
.........
{% endif %}
what is the correct code for this? In back end I have created several nodes like node/1, node/2. I want to put a condition in node.html.twig.
how can I achieve this?
node? How did you pass it towards the view? - DarkBee