{% extends 'notes/base.html' %} {% load static %} {% block content %}
Navigate

Python

    {%if user.first_name%} Hi, {{user.first_name}}! You are at "{{object.title}}" right now.

    {%else%} Hi, {{user.username}}! You are at "{{object.title}}" right now.

    {%endif%} {%for resources in resources%}
  1. {{resources.title}}
  2. {%endfor%}

Go Back

Go Back

Optional Python Editor for your use

{% endblock content %}