{% load static %}
{#Extend with an empty block or replace with your version of jquery#}
{% block jquery %}
{% endblock %}
{% block es6promise %}
{% endblock %}
{# Extend with an empty block if you other mean to deal with AJAX post request in Django #}
{% block ajax_csrf %}
{% endblock %}
{% block feedback %}
{% endblock %}
{#This is the actual code that enables the tellme plugin#}
{% block enable_tellme %}
{% endblock %}