We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
<r:partial />
Include a partial in your theme
attribute options
name="name-of-partial" - The name of the partial to include.
name="name-of-partial"
_footer.html
<r:partial name="footer" />
theme="theme-name" - This can be used to specify a partial from a different theme.
theme="theme-name"
<r:partial name="layouts/masthead--v1" theme="Code" />