mirror of
https://github.com/processwire/processwire.git
synced 2025-08-08 07:47:00 +02:00
Add suggestion from processwire/processwire-issues#1806
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
<?php namespace ProcessWire;
|
||||
|
||||
// Template file for pages using the “basic-page” template
|
||||
// -------------------------------------------------------
|
||||
// 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/
|
||||
|
||||
?>
|
||||
|
||||
|
||||
<div id="content">
|
||||
Basic page content
|
||||
</div>
|
||||
|
||||
|
@@ -1,10 +1,15 @@
|
||||
<?php namespace ProcessWire;
|
||||
|
||||
// Template file for “home” template used by the homepage
|
||||
// ------------------------------------------------------
|
||||
// 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/
|
||||
|
||||
?>
|
||||
|
||||
<div id="content">
|
||||
Homepage content
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user