The make*.py files often use title as a variable in the call the render (after get_template). I think this is old code. The templates are looking for page_title, so many pages have empty <h1> elements. This commit fixes that. But if the title variable is doing something else, let me know and I'll make a different fix to the missing <h1> problem.
The make*.py files often use title as a variable in the call the render (after get_template). I think this is old code. The templates are looking for page_title, so many pages have empty
<h1>
elements. This commit fixes that. But if the title variable is doing something else, let me know and I'll make a different fix to the missing<h1>
problem.