.. include:: /Includes.rst.txt .. _templating: ========== Templating ========== .. container:: row m-0 p-0 .. container:: col-md-6 pl-0 pr-3 py-3 m-0 .. container:: card px-0 h-100 .. rst-class:: card-header h3 .. rubric:: :ref:`The Fluid Templating Engine ` .. container:: card-body Fluid is TYPO3’s templating engine. Fluid acts as the glue between your static HTML templates and the content you create in TYPO3’s backend. A typical Fluid template will contain HTML that defines the structure of your page and Fluid tags that call various types of dynamic content. .. container:: card-footer pb-0 .. rst-class:: horizbuttons-striking-m - `13-dev `__ - `12.4 `__ - `11.5 `__ .. container:: col-md-6 pl-0 pr-3 py-3 m-0 .. container:: card px-0 h-100 .. rst-class:: card-header h3 .. rubric:: :ref:`Sitepackages ` .. container:: card-body Sitepackages allow you to bundle your Fluid templates and other site assets into a single, reusable extension that can be installed with a single click. .. container:: card-footer pb-0 .. rst-class:: horizbuttons-striking-m - `13-dev `__ - `12.4 `__ - `11.5 `__ .. toctree:: :hidden: Templating With Fluid Sitepackages