Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.07 KB

templating.rst

File metadata and controls

43 lines (31 loc) · 1.07 KB
is-up-to-date:True
last-updated:4.0.0
.. index:: Templating

Templating

Content Rendering API (FreeMarker)

When using CrafterCMS in templated mode, each page and component content type generally has its own view. Crafter Engine uses the FreeMarker templating engine to render these views into the HTML returned to the client.

Review the section :ref:`templating-api` for the full API.

Rendering Components

To render components, see :ref:`renderComponent`

More Information

Below we'll take a look at some examples on how to use the Freemarker date built-ins:

.. toctree::
   :maxdepth: 1
   :titlesonly:

   working-with-dates-freemarker