Koding Themes
Atom
Atom
  • Welcome
  • Sections
    • Introduction
    • Header
      • Logo
      • Menu
    • Announcement bar
    • Blog posts
    • Collection list
    • Multicolumn
    • Custom liquid
    • Featured collection
    • Featured product
    • Featured products
    • Image with text
    • Slideshow
    • Welcome text
    • Video
    • Apps
    • Footer group
  • Theme Settings
    • Introduction
    • Favicon
    • Animation
    • Colors
    • Typography
    • Email signup popup
    • Social media
    • Cart
    • Languages
    • Currency
    • Product swatches
    • Checkout
    • Theme style
  • Templates
    • Introduction
    • 404 page
    • Blogs
    • Article
    • Cart
    • Collection
    • Gift card
    • List collection
    • Pages
    • Password
    • Product
  • FAQs
    • About Koding Themes
    • Demo store
    • Theme Updates
    • Support
      • Multiple theme licensing
      • Refunds
      • Theme housekeeping
    • Custom coding
    • How to confirm your current theme version
    • Subscriptions
    • Size guide
    • Storefront wording/languages
Powered by GitBook
On this page
  • JSON
  • Liquid
  1. Templates

Introduction

Templates control what's rendered on each type of page in a theme.

Template files are hosted in the templates directory of the theme. There are two different file types you can use for a theme template:

  • JSON Templates

  • Liquid Templates

JSON

If you want to use sections in a template, then you should use a JSON template.

JSON templates provide more flexibility as it allows you to add, remove, and reorder sections, including app sections.

Liquid

Liquid templates are Liquid markup files, with the .liquid file extension. Each layout is different according to the specific area of your site and the functionality it requires. ATOM is predominantly built using JSON for all key pages, except unsupported JSON pages which include;

  • customers/account

  • customers/activate_account

  • customers/addresses

  • customers/login

  • customers/order

  • customers/register

  • customers/reset_password

  • gift_card

Tip

We are always working away behind the scenes to continue improving and adding the very best functionality, keeping your store ahead of the competition. These new features are released as theme updates for you to install manually.

PreviousTheme styleNext404 page