Nope : / It’s a grav fresh install. Only plugin I added was TinyPng, but after turning it off it doesn’t change anything. Plus, the plugin is not supposed to interact with templates.
To prevent any confusion: One cannot create a “template” with DevTools. Only themes/plugins/blueprints can be created.
When creating a theme, one can choose between ‘pure-blank’, ‘tailwind’, ‘inheritance’ and ‘copy’. A newly created theme may contain some simple “Twig templates” in folder ‘/templates’.
Would you mind sharing which exact steps you have taken starting from a scratch Grav 1.7.18 install allowing use to reproduce the issue?
Thing is, those “1” titles did not appeared right in the begining. I think I must have done something after, but it’s hard to trace back exactly all what I did. I’m going to investigate more.
The ‘Pages’ page In Admin lists all pages by their ‘Menu’ name as set in the header of the page like:
---
menu: Typography
---
Blueprint field header.menu defines the menu variable in the frontmatter of the page.
Since your blueprint uses the Grav reserved header.menu for a boolean (using 1 and 0 as values), Grav will happily take that value as the name for the menu. And Admin will happily use that value in its list of pages.