{"title":"Theme pages","slug":"theme-pages-liquid-code","url":"https://support.storeconnect.com/articles/theme-pages-liquid-code","url_markdown":"https://support.storeconnect.com/articles/theme-pages-liquid-code.md","subtitle":null,"summary":"StoreConnect selects a page template for each URL: home, content, article, product category, location, and maintenance pages. Customize these templates via the Theme Builder.","type":"Help_Documentation","video_url":"","keywords":"theme pages, liquid templates, page templates, theme builder, home page, content page, article page, maintenance page, location finder, template customization, storefront pages, liquid code","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"In order to display your pages, articles, products etc, StoreConnect first chooses one of the possible page templates. These templates are inserted directly within the tags of your site and can be modified by customising the correct templates within the Theme Builder.\n\n[Page templates used by StoreConnect out of the box are found here](https://github.com/GetStoreConnect/base-theme/tree/main/templates/pages).\n\nThese are some of the supported pages for editing.\n\n## Home page\n\nDisplayed when the user visits the root URL of your site, which is either `/` or a `/path` as defined on your Store record.\n\n## Content page\n\nDisplayed when the user visits a page defined on your site according to the path defined within the page, such as `/about-us` for a page with the path `/about-us`\n\n## Article category index page\n\nDisplayed when the user visits `/articles` or an article category such as `/article/category-name`.\n\n## Article page\n\nDisplayed when the user visits a specific article such as `/articles/2020-my-article` for an Article with the path `2020-my-article`.\n\n## Locations search page\n\nDisplayed when the visitor is viewing the Location finder within StoreConnect.\n\n## Location page\n\nDisplayed when the user visits a specific Location results page from the location finder.\n\n## Maintenance page\n\nDisplayed when your store is offline for maintenance. Unlike the other pages here, the Maintenance page renders the entire page on the site, so you must be mindful to define any assets, images etc within the page iteself. It is also best practice to inline any CSS, Javascript or images you need within the page itself so that it will display no matter what is happening with the store itself.\n\nThe maintenance page will have the content block defined as a relationship on the store via the `s_c__disabled_content_id__c` field set as the `content_block` in this page allowing you to rapidly change things like expected maintenance duration etc without having to edit this page at the theme level each time you take your store offline for maintenance."}