{% load static %} {% block intro %}
me
{% autoescape off%}

{{ intro.heading }}

{{ intro.desc }}

{% endautoescape %}

{{ intro.career_title }}

    {% for li in intro.career %}
  • {{ li }}
  • {% endfor %}
{% endblock %}