You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The two frontend template files included in the default site-blank profile (home.php, basic-page.php) make use of the Markup Regions feature but there are no comments in the files that explain this.
Markup Regions are mentioned at the top of _main.php but new users may not have examined this file before looking at the template files. For those who are not familiar with the Markup Regions feature it is confusing to see just see the #content div in the template files.
Maybe these two template files could contain a comment along the lines of:
// The #content div in this file will replace the #content div in _main.php when the Markup Regions feature is enabled, as it is by default.// You can also append to or prepend to the #content div, and much more. // See the Markup Regions documentation: https://processwire.com/docs/front-end/output/markup-regions/