diff --git a/neuronex_cms/templates/fullwidth.html b/neuronex_cms/templates/fullwidth.html
index 3807d29..083c6af 100644
--- a/neuronex_cms/templates/fullwidth.html
+++ b/neuronex_cms/templates/fullwidth.html
@@ -1,8 +1,6 @@
{% extends "base.html" %}
{% load cms_tags static %}
-{% block title %}{% page_attribute "page_title" %}{% endblock title %}
-
{% block assets_font %}
{{ block.super }}
{% endblock assets_font %}
diff --git a/texascale_org/templates/fullwidth.html b/texascale_org/templates/fullwidth.html
index f2d9ca5..7a69776 100644
--- a/texascale_org/templates/fullwidth.html
+++ b/texascale_org/templates/fullwidth.html
@@ -1,8 +1,6 @@
{% extends "base.html" %}
{% load cms_tags static %}
-{% block title %}{% page_attribute "page_title" %}{% endblock title %}
-
{% block assets_font %}
{% endblock assets_font %}