`Metaobject` theme templates enable the rendering of [metaobject webpages](https://help.shopify.com//manual/custom-data/metaobjects/webpages) per metaobject definition. To create a metaobject template for an Online Store, you must enable the [onlineStore](/docs/apps/build/custom-data/metaobjects/use-metaobject-capabilities#make-your-metaobjects-render-web-pages-in-the-online-store) capability. You should enable the [renderable](/docs/apps/build/custom-data/metaobjects/use-metaobject-capabilities#render-metaobjects-as-web-pages) capability as well to enable SEO fields management. The first template created for a metaobject must be the default template and will be automatically used by all active metaobject entries for that definition. You might optionally create alternative templates after the default template is created. > Tip: > The template is empty when it's initially created in the Online Store editor. Merchants must add sections to their metaobject template to display content. <figure class="figure"> <img src="/assets/themes/templates/pages-for-metaobjects.png" style="width: 100%; max-width: 550px;" alt="An example of the Metaobject Pages template in Dawn"> </figure> ## Location The `metaobject` templates are located in the `templates` directory of the theme: ```text └── theme ├── layout ├── templates | ├── 404.json | ├── article.json | |── metaobject | | |── {type}.json ... ... ... ``` ## Content Any sections that are available for any template or section group are included in metaobject templates by default. You can access the Liquid [metaobject object](/docs/api/liquid/objects/metaobject) to display the metaobject fields.