# Liquid documentation
Liquid is a templating language created and open-sourced by Shopify. All Codefort themes are built and configured within your liquid files.
The official liquid documentation can be found here (opens new window).
# Objects
The main way to retrieve and display dynamic data in your templates is to use data coming from some of the many objects available in Codefort. Read more.
# Filters
To easily modify how data is displayed Codefort offers a wide varity of different filters. Filters can be used to cast dates, prices and much more into your preffered format. Read more.