{% extends "base.html" %} {% load static %} {% block title %} Joanna Lemon Resources - Resource List {% endblock title %} {% block content %}
{% if request.user.is_authenticated %}
Add a new resource
Logged in as {{ request.user.email }}
{% csrf_token %}
{% endif %}

High quality educational resources

Stuff and intro text

PLACEHOLDER PLACEHOLDER PLACEHOLDER
Welcome!

I love to make clear and colourful resources and can't resist using rainbow colours which so often help make learning visually clearer. I'd love to know what you think of what you download, don't hesitate to let me know if you have any suggestions or requests... I am also available to tutor younger learners online via Sherpa!

Subscriptions available now!

I love to make clear and colourful resources and can't resist using rainbow colours which so often help make learning visually clearer. I'd love to know what you think of what you download, don't hesitate to let me know if you have any suggestions or requests... I am also available to tutor younger learners online via Sherpa!

What is available?

  • Full access to all resources (over 250 resources)
  • Customised resources upon request
  • New resources coming online all the time
Subscribe now

Featured resources

These are my latest resources. They are great!

{% if resource_list %}
{% for resource in resource_list %}
Featured
{{ resource.thumbnail_filename }}
{{ resource.name }}
{{ resource.main_resource_category_name }}
{{ resource.age_range }}

{{ resource.description }}

Details
{% endfor %}
{% else %}

There are no resources

{% endif %}
{% endblock content %}