.. include:: ../../Includes.txt .. _typoscript-syntax-start: .. _typoscript-syntax-next-steps: .. _typoscript-syntax-about: ================= TypoScript Syntax ================= This chapter describes the syntax of TypoScript. The TypoScript syntax and its parser logic is used in two different contexts: `Frontend TypoScript` to configure frontend rendering and `TSconfig` to configure backend details for backend users. While the underlying TypoScript syntax is described in this chapter, both usages and their details are found in standalone manuals: - The :ref:`TypoScript Reference ` goes into details about `Frontend TypoScript`. - The :ref:`TSconfig Reference ` goes into details about configuring the TYPO3 backend for backend users. .. toctree:: :titlesonly: :glob: Introduction/Index Syntax/Index Details/Index TypoScriptParserApi/Index