{% extends 'base.html' %} {% block content %}
{% for node in config["nodes"] %} {% endfor %}
Country City peerings Peer!
{{config["nodes"][node]["country"]}} {{config["nodes"][node]["city"]}} peer
{% endblock %}