TypoScript

Folgendertext wurde mit TypoScript erstellt:

Ich bin ein Beispieltext

Der Code dazu

Ich habe dazu folgenden HTML-Code

<p>Folgendertext wurde mit TypoScript erstellt:</p>
<p>###TEXT1###</p>

und dieses TS verwendet:

10 = TEMPLATE
10.template < temp.template
10.marks {
    TEXT1 = TEXT
    TEXT1.value = Ich bin ein Beispieltext
}