diff --git a/make_post_sell/templates/content.j2 b/make_post_sell/templates/content.j2
index 5e20c47..ec157ff 100644
--- a/make_post_sell/templates/content.j2
+++ b/make_post_sell/templates/content.j2
@@ -10,10 +10,17 @@
{%- if "thumbnail1" in product.extensions %}
{%- endif %}
-
+
+ {% if product.has_product_file and signed_get_object_url is not none %}
+
+ {% endif %}
{%- endblock append_to_head_tag_section -%}
diff --git a/make_post_sell/templates/product.j2 b/make_post_sell/templates/product.j2
index c07b2e3..921948e 100644
--- a/make_post_sell/templates/product.j2
+++ b/make_post_sell/templates/product.j2
@@ -10,10 +10,17 @@
{%- if "thumbnail1" in product.extensions %}
{%- endif %}
-
+
+ {% if product.has_product_file and signed_get_object_url is not none %}
+
+ {% endif %}
{%- endblock append_to_head_tag_section -%}
{%- block call_to_action -%}