diff --git a/templates/page-no-title.html b/templates/page-no-title.html
new file mode 100644
index 0000000..19b3450
--- /dev/null
+++ b/templates/page-no-title.html
@@ -0,0 +1,13 @@
+
+
-
-
-
+
-
+
+
-
+
+
+
+
+
+
+
-
\ No newline at end of file
+
+
+
\ No newline at end of file
diff --git a/theme.json b/theme.json
index 08d6317..5bece0e 100644
--- a/theme.json
+++ b/theme.json
@@ -136,6 +136,13 @@
"fontFamily": "var(--wp--preset--font-family--lato)"
}
},
+ "customTemplates": [
+ {
+ "name": "page-no-title",
+ "postTypes": ["page"],
+ "title": "Page No Title"
+ }
+ ],
"version": 2,
"$schema": "https://schemas.wp.org/wp/6.5/theme.json"
}
\ No newline at end of file