Skip to content
joshrcook edited this page Sep 30, 2014 · 1 revision

<r:partial />

Include a partial in your theme

attribute options

name="name-of-partial" - The name of the partial to include.

Example:** For a partial named _footer.html, the tag should read <r:partial name="footer" />.

theme="theme-name" - This can be used to specify a partial from a different theme.

Example:

<r:partial name="layouts/masthead--v1" theme="Code" />