Skip to content

Commit 34f4970

Browse files
clarifications
1 parent ada7e79 commit 34f4970

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/docs/pages/layouts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ You can create more layouts and use them for pages with the following steps:
8585

8686
## App Layout
8787

88-
To customize the outer most wrapping HTML of _all_ your layouts, create an _app.html_ file. This is most useful for global page elements like headers, navigation, and footers. Like a page layout, this will just be another HTML document (or JS / TS file) with a `<page-outlet></page-outlet>` placeholder that can be used to position where the content from the processed page layout will appear.
88+
To customize the outer most wrapping HTML of _all_ your pages, create an _app.html_ file. This is most useful for global page elements like headers, navigation, and footers. Like a page layout, this will just be another HTML document (or JS / TS file) with a `<page-outlet></page-outlet>` placeholder that can be used to position where the content from the processed page layout will appear.
8989

9090
Below is an HTML example of an app layout:
9191

0 commit comments

Comments
 (0)