--- id: body colorProps: allowsOpacity: true prefix: "$" operator: "+" operand: "20" sampleThemeId: com.yourhead.stacks.theme.sample description: | This is the body content. The base theme's html template will include this automatically. Most theme's will override the body to provide their own custom implimentation. You should copy the content from the base theme's body template. it adds two important pieces of content: the content.bodyAbove, and the content.body. And it includes two other important standard templates: "nav" and foot". Although it's not required to do the same in your theme, you will need those things to get basic standard behaviors. --- :(include nav):
:( if showProperties ): :( include "properties" ):
:( endif ): :(content.body):
:(include footer): :(include foot):