I've been playing around with mezzanine for a couple days and I've been following this blog, which has been very helpful.
I'm now at the point where I need to make a bunch of pages that need to be based off of a custom template. My custom template is called content.html
I've put it in myProject > myApp/theme folder > templates > pages > content.html
but when I look in the admin console, I don't see content in the drop down menu.
How do I get mezzanine to recognize my content.html
page as a template?