Default smartElements ingestion transcoding templates
=====================================================
This folder contains templates that are available in the transcoding process
during element ingestion.

The following is not recommended
--------------------------------
Although you could add additional templates to this folder and they will be
available during ingestion, it is NOT recommended to do this. The reason is
that your custom templates will be removed as soon as you update smartElements
to a newer version.

But this is recommended
-----------------------
Instead, you can tell smartElements about additional folders to look for
transcoding templates outside the smartElements installation folder using an
environment variable.

Create a directory anywhere on your local disk or on your server and add
as many template .nk files to this location as you like. Then, add the absolute
path of that directory to the environment variable:

CRAGL_SMARTELEMENTS_TEMPLATE_PATH

You can add multiple template root directories to that environment variable by
concatenating them by a semicolon (Windows) / a colon (Linux, MacOS).

Each template must have at least the following minimal node setup:

    1) A Read node called **SOURCE**. This is the Read node that references
    the source to ingest.

    2) A Write node called **TARGET**. This is the Write node that does the
    ingestion work.

Between these two nodes do whatever you like. You can also consider using
switch nodes using expressions, etc.
