Page with no template
# help-with-umbraco
t
Hi I have pages with no templates associated with them in Umbraco 13. When users go to this page they will see a blank page. I thought they would be seeing a page not found error or something similar to that? The purpose of these pages is just to have an area to hold information but they don't need to be rendered or anything. Did I miss something?
p
What http status code do you see in the response in your browser?
c
I vaguely remembered doing a bunch of tests that would hit this behaviour as part of a PR I put in back in March, and checking back it definitely was showing the 404 'No Template' page then if you had no template assigned, according to the list of tests I did back then. So unless something has changed in a 13 minor release just since then then the only other thing I can think is if this could be a debug vs non-debug mode difference. https://github.com/umbraco/Umbraco-CMS/pull/15929
b
@CodeBunTes I've got a great reason and wondering if this might be related to my "Fatal Server Error" thread...I'm using the Content Delivery API...in that scenario there's really no need for a template on any node whatsoever.
t
200 is the status returned
The info tab does show the links for the page but returns an empty page. I cleared my cache and same issue. Happy to try anything else to see if I've missed a step?