{# Load the async_include template tag at the top of your template file #}
{% load async_include %}
{# Call the async_include template tag indicating what objects needs to replace it #}
{% async_include "included_template.html" parent_context=context %}