{% extends 'layout/base_template.html' %} {% load static %} {% block stylesheet %} {% include "cdn_through_html/filepond_cdn_css.html" %} {% include "cdn_through_html/quill_cdn_css.html" %} {% include "cdn_through_html/tagify_cdn_css.html" %} {{form.media}} {% endblock %} {% block content %}

Add Subscription

{% csrf_token %} {% include 'includes/dynamic_template_form.html' with form=form %}
{% comment %}
We'll never share your email with anyone else.
    {% endcomment %}
    {% endblock content %}