Faceplait Docs: Creating Reusable Layouts
Layouts, just like our HTML page contain the content that will wrap our intended page. In order to accomplish this task accurately, you'll need to identify not only which elements will need to be decorated to the target HTML page, but where that decoration will take place. Below is a sample layout;
The plait: tags mark the position around which the layout will decorate the page. Faceplait supports another plait tag that is specific to the Page and not the Layout, which we'll get into later. The three tags you see here are the only Layout supported plait tags.
Now that we have our layout, let's modify our scratchpad to create an instance of Layout to represent it.