The Wayback Machine - https://web.archive.org/web/20220529224232/https://github.com/topics/jinja2
Skip to content
#

jinja2

Here are 1,459 public repositories matching this topic...

nabijaczleweli
nabijaczleweli commented Jul 8, 2020

Tested on 5dc12afc4e0e506183898fc56d3bdc9ce6a0b6d7 (current HEAD) and 1.3.1 off Crates.io.

Given the following setup:

{# parent #}
{% block henlo %}
henlo
{% endblock %}

{# macro #}
{% macro benlo() %}
trenlo
{% endmacro benlo %}

{# child #}
{% extends "parent" %}
{% import "macro" as macros %}

{% block henlo %}
{{ super() }}
menlo
{{ macros::benlo() }}
{% endbloc
ansible-avd
dgonzalez85
dgonzalez85 commented Jun 25, 2021

Issue Type

  • Bug Report

Summary

Configuring Spines with the platform 7500 configures automatically vxlan-routing tcam profile. We should check if vxlan is enabled first. In my scenario this platform is used in the Spines which are not vteps, and the

good first issue state: accepted role: eos_designs

Improve this page

Add a description, image, and links to the jinja2 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the jinja2 topic, visit your repo's landing page and select "manage topics."

Learn more