At the moment I am using this TS to prepare my content from a grid element (https://typo3.org/extensions/repository/view/gridelements):
tt_content.gridelements_pi1.20.10.setup {
1 < lib.gridelements.defaultGridSetup
1 {
columns {
10 < .default
10.wrap = <div class="gefa">|</div>
11 < .default
11.wrap = <div class="gefa2">|</div>
12 < .default
12.wrap = <div class="gefa3">|</div>
13 < .default
13.wrap = <div class="gefa4">|</div>
}
}
}
Now I want to make a html template (fluid) with placeholders for my content from the grid element. How to do this?