PHPackages                             oliverthiele/ot-cefluidtemplates - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. oliverthiele/ot-cefluidtemplates

ActiveTypo3-cms-extension[Templating &amp; Views](/categories/templating)

oliverthiele/ot-cefluidtemplates
================================

CE Fluidtemplates - Content element for adding FluidTemplates e.g. as CTAs, conversions, etc.

v4.0.0(2mo ago)0707↑80%GPL-2.0-or-laterPHPPHP &gt;=8.3

Since Nov 2Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/oliverthiele/ot-cefluidtemplates)[ Packagist](https://packagist.org/packages/oliverthiele/ot-cefluidtemplates)[ Docs](https://www.oliver-thiele.de/)[ RSS](/packages/oliverthiele-ot-cefluidtemplates/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependencies (2)Versions (10)Used By (0)

ot\_cefluidtemplates — Fluid Template Content Element for TYPO3
===============================================================

[](#ot_cefluidtemplates--fluid-template-content-element-for-typo3)

TYPO3 content element for rendering Fluid templates selected by editors from a configured template directory. Useful for recurring layout elements such as CTAs, teasers, or conversion blocks.

[![TYPO3](https://camo.githubusercontent.com/ff624ed071afbc7085dcd4f99f2358379f8284ba14ae6891eab075f69c55929f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5459504f332d31332e342d6f72616e67652e737667)](https://typo3.org/)[![Packagist Version](https://camo.githubusercontent.com/8b304237d2171adb344c4b10393e028370bcfc059ca1d023c20f7c95a9cdb6a3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f6c69766572746869656c652f6f742d6365666c75696474656d706c617465732e737667)](https://packagist.org/packages/oliverthiele/ot-cefluidtemplates)[![PHP](https://camo.githubusercontent.com/78cac38deb66565639371b8cd65855b80e63b73990ecbf19ee669fcd5788a05f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f6f6c69766572746869656c652f6f742d6365666c75696474656d706c617465732f7068702e737667)](https://php.net/)[![License](https://camo.githubusercontent.com/c5454848dfd42652a318f80c80a9c2c128d35aea5f4357c8133b2f3edac76a59/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6f6c69766572746869656c652f6f742d6365666c75696474656d706c617465732e737667)](LICENSE)[![Changelog](https://camo.githubusercontent.com/6bc02a7bc61afc1cb3faaa53420df6d904b9940d7f3e2e11a463e1fdbb3cd52d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4368616e67656c6f672d4348414e47454c4f472e6d642d626c75652e737667)](CHANGELOG.md)

Features
--------

[](#features)

- Editors select a Fluid template from a backend select field
- Template path configurable via Extension Configuration
- Templates and partials managed in the sitepackage
- FlexForm configuration for per-record template path overrides
- TYPO3 v13 and v14 compatible (Site Set ready)

Requirements
------------

[](#requirements)

RequirementVersionTYPO3^13.4 | ^14.3PHP&gt;=8.3Installation
------------

[](#installation)

```
composer require oliverthiele/ot-cefluidtemplates
```

Configuration
-------------

[](#configuration)

### Template Path

[](#template-path)

Set the base template path in the TYPO3 backend under **Settings → Extension Configuration → ot\_cefluidtemplates**:

```
EXT:my_sitepackage/Resources/Private/Conversions/Templates/

```

### TypoScript

[](#typoscript)

Configure template, partial, and layout root paths in your sitepackage:

```
tt_content {
    ot_cefluidtemplates {
        templateRootPaths {
            10 = EXT:my_sitepackage/Resources/Private/Conversions/Templates/
        }
        partialRootPaths {
            10 = EXT:my_sitepackage/Resources/Private/Conversions/Partials/
        }
        layoutRootPaths {
            10 = EXT:my_sitepackage/Resources/Private/Conversions/Layouts/
        }
    }
}

```

Usage
-----

[](#usage)

### Template Directory Structure

[](#template-directory-structure)

All `.html` files in the configured directory and its first-level subdirectories are available to editors as a select field. CamelCase filenames are automatically split into readable labels.

```
Templates/
├── SocialMedia/
│   └── SocialMediaShare.html   →  Group "Social Media" / Label "Social Media Share"
└── Teaser.html                 →  Label "Teaser"

```

### Why Use This Instead of the HTML Content Element

[](#why-use-this-instead-of-the-html-content-element)

- Internal page links work via page ID (all ViewHelpers available)
- Templates are version-controlled in Git
- Editors cannot inject arbitrary HTML
- Easier to find strings in an IDE than in the database
- No duplication via "Insert Records" workarounds

License
-------

[](#license)

GPL-2.0-or-later — © Oliver Thiele

###  Health Score

50

—

FairBetter than 95% of packages

Maintenance90

Actively maintained with recent releases

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~233 days

Recently: every ~119 days

Total

8

Last Release

69d ago

Major Versions

v2.0.4 → v3.0.02025-01-04

v3.1.0 → v4.0.02026-04-25

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5030298?v=4)[Oliver Thiele](/maintainers/oliverthiele)[@oliverthiele](https://github.com/oliverthiele)

---

Top Contributors

[![oliverthiele](https://avatars.githubusercontent.com/u/5030298?v=4)](https://github.com/oliverthiele "oliverthiele (23 commits)")

---

Tags

TYPO3 CMS

### Embed Badge

![Health badge](/badges/oliverthiele-ot-cefluidtemplates/health.svg)

```
[![Health](https://phpackages.com/badges/oliverthiele-ot-cefluidtemplates/health.svg)](https://phpackages.com/packages/oliverthiele-ot-cefluidtemplates)
```

###  Alternatives

[fluidtypo3/vhs

This is a collection of ViewHelpers for performing rendering tasks that are not natively provided by TYPO3's Fluid templating engine.

2034.2M62](/packages/fluidtypo3-vhs)[bk2k/bootstrap-package

Bootstrap Package delivers a full configured frontend theme for TYPO3, based on the Bootstrap CSS Framework.

354960.6k98](/packages/bk2k-bootstrap-package)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103519.9k53](/packages/friendsoftypo3-content-blocks)[typo3/cms-fluid

TYPO3 CMS Fluid Integration - Integration of the Fluid templating engine into TYPO3.

1912.9M646](/packages/typo3-cms-fluid)[typo3/cms-fluid-styled-content

TYPO3 CMS Fluid Styled Content - Fluid templates for TYPO3 content elements.

229.4M387](/packages/typo3-cms-fluid-styled-content)[derhansen/sf_event_mgt

Event management and registration - Configurable event management and registration extension based on ExtBase and Fluid

66338.4k10](/packages/derhansen-sf-event-mgt)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
