{% extends "base.html" %} {% block content %} {%load static%} Dashboard | By Code Info
{% for plan in plans %}

{{ plan.name }}

{{ plan.description }}

Get Connected
{% endfor %}

How Much Internet Speed Do You Need?

{% endblock content %}