🚀Â
NEW YEAR SALE - Get 30% Off Our Network Automation Courses! Use Code:
 NYPROMO âžœÂ
Sign up here!
Training
Bootcamp
Courses
Tech Sessions
Resources
Blog
Tips
GitHub
YouTube
Newsletter
Playgrounds
Pricing
Sign In
Become Member
Jinja2 Renderer
Validate and test the rendering of your Jinja templates
Tools
J2 Renderer
TTP Parser
TextFSM Parser
XPath Tester
Members Only
JMESPath Validator
JSON Schema Validator
Data Format Converter
Help Us Improve
Jinja Template
{% for interface in interfaces %} interface {{ interface.name }} vlan-type dot1q {{ dot1q.number }} description {{ interface.description }} ip binding {{ vpninstance }} ip address {{ interface.p2p }} ! {% endfor %} {% for interface in interfaces %} interface {{ interface.name }} description {{ interface.description }} vrf {{ vrf }} ip address {{ interface.p2p }} ! {% endfor %}
Jinja Data
interfaces: - name: Eth-Trunk11.852 p2p: 172.16.30.20/30 description: 0000_L3VPN_B2G_CE_10M_ETICE-PMCE vrf: etice_pmce vpninstance: etice_sesa dot1q: - number: 850
Result
interface Eth-Trunk11.852 vlan-type dot1q description 0000_L3VPN_B2G_CE_10M_ETICE-PMCE ip binding etice_sesa ip address 172.16.30.20/30 ! interface Eth-Trunk11.852 description 0000_L3VPN_B2G_CE_10M_ETICE-PMCE vrf etice_pmce ip address 172.16.30.20/30 !
Show whitespace
Trim blocks
Lstrip blocks
Render
Share
Auto-Sync