I am rendering the content using following typo script.
temp.addcol5 = CONTENT
temp.addcol5 {
table = tt_content
select {
pidInList = this
orderBy = sorting
where = colPos = 5
languageField = sys_language_uid
}
}
temp.addcol5.wrap=<div class="content middle"> | </div>
I want to wrap the content only if there are any records in the database. How can I achieve this?