{% extends 'base.html' %} {% block header %}

{% block title %}Networking{% endblock %}

{% endblock %} {% block content %}

Ifconfig

        {% autoescape false %}
        {{ ifconfig }}
        {% endautoescape %}
    
{% endblock %}