Skip to main content

Introduction

Templates help configure the display of the content part of your application. Some templates affect the images stored in the CMS system, while others influence the appearance of other entities, such as blocks, pages, products, etc. In this section, you can familiarize yourself with the principles of working with templates.

const config = {
token:'your-app-token',
};
const { Templates } = defineOneEntry('your-url', config);