djLint/tests/test_config/test_preserve_leading_space/html.html
2022-06-16 13:33:59 -05:00

27 lines
No EOL
575 B
HTML

{% if abc == 101 %}
interface Ethernet1/2
description // Connected to leaf-2
no switchport
ip address 10.1.2.1/30
ip router ospf 1 area 0.0.0.0
no shutdown
{% endif %}
{% if abc == 102 %}
interface Ethernet1/2
description // Connected to leaf-2
no switchport
ip address 10.1.2.1/30
ip router ospf 1 area 0.0.0.0
no shutdown
{% endif %}
{% if abc == 103 %}
interface Ethernet1/2
description // Connected to leaf-2
no switchport
ip address 10.1.2.1/30
ip router ospf 1 area 0.0.0.0
no shutdown
{% endif %}