Sapphire renders pages using their layouts. Layout is pack of code that tells what to render.
Layout consist of 3 main files:
- body.onyx
- head.onyx
- layout.json
Head.onyx represents html content that should go to head of page.
Body.onyx represents html content that should be put into body of page.
Layout.json contains meta information about layout.
Creating layout
To create layout add new in Application editor.