$Titulo_noticia.data
$Entradilla.data
#foreach ($video in $CheckVideo.getSiblings())
#if ($video.data == "true")
#if ($video.Video_Youtube.data != "" || $video.Video_Biblioteca.data != "")
## Comprobamos que existe algun documento para mostrar el bloque de documentos
#foreach ($doc in $Documento.getSiblings())
#if ($doc.data == "")
#set ($hayDocumento = 0)
#else
#set ($hayDocumento = 1)
#end
#end
## Comprobamos que existe algun archivo de musica para mostrar el bloque de audio
#foreach ($musica in $Audio.getSiblings())
#if ($musica.data == "")
#set ($hayMusica = 0)
#else
#set ($hayMusica = 1)
#end
#end
#if ($hayDocumento == 1 || $hayMusica == 1)
##
#if($validator.isNotNull($video.Video_Biblioteca.data))
#else
#end
#end
#if($validator.isNotNull($video.Titulo_video.getData()))
#end
#end
$video.Titulo_video.getData()
#end
$Cuerpo1.data
#foreach ($imagen in $CheckImagen.getSiblings())
#if ($imagen.data == "true")
##MCV26/06/13
$Cuerpo2.data
$imagen.Texto_imagen.data
FOTO: $imagen.Autor_imagen.data
#end
#end
#if ($Sumario1.data != "" || $Sumario2.data != "")
#if ($Sumario1.data != "")
#end
$Sumario1.data
#end
#if ($Sumario2.data != "")

$Sumario2.data
#end

Otros contenidos de la noticia
#if ($hayDocumento == 1)
#foreach ($documento in $Documento.getSiblings())
##**************************************
##OBTENEMOS LA FECHA DEL DOCUMENTO
##**************************************
#set ($dlServiceFile = $serviceLocator.findService("com.liferay.document.library.kernel.service.DLFileEntryLocalService"))
## Get the group ID of the document library you are referring to
#set ($gid = $getterUtil.getLong($documento.data.split("/").get(2)))
## Get the folder ID of the DL
#set ($fid = $getterUtil.getLong($documento.data.split("/").get(3)))
## Get the file title
#set ($fileTitle = $documento.data.split("/").get(4))
#set ($tmp = {})
#set ($decoder = $tmp.class.forName("java.net.URLDecoder").newInstance())
#set ($fileTitle = $decoder.decode($fileTitle, "UTF-8"))
#set ($fileEntry = $dlServiceFile.getFileEntry($gid, $fid, $fileTitle))
#set($fileDate = $fileEntry.getModifiedDate())
##************************************************************
#end
#end
#if ($hayMusica == 1)

Documento
$dateTool.format("dd/MM/yyyy HH:mm",$dateTool.toDate("EEE, dd MMM yy hh:mm:ss Z",$fileDate), $locale)
#set ($contador = 0)
#foreach ($sonido in $Audio.getSiblings())
#set ($contador = $contador +1)
##**************************************
##OBTENEMOS LA FECHA DEL AUDIO
##**************************************
#set ($dlServiceFile = $serviceLocator.findService("com.liferay.document.library.kernel.service.DLFileEntryLocalService"))
## Get the group ID of the document library you are referring to
#set ($gid = $getterUtil.getLong($sonido.data.split("/").get(2)))
## Get the folder ID of the DL
#set ($fid = $getterUtil.getLong($sonido.data.split("/").get(3)))
## Get the file title
#set ($fileTitle = $sonido.data.split("/").get(4))
#set ($tmp = {})
#set ($decoder = $tmp.class.forName("java.net.URLDecoder").newInstance())
#set ($fileTitle = $decoder.decode($fileTitle, "UTF-8"))
#set ($fileEntry = $dlServiceFile.getFileEntry($gid, $fid, $fileTitle))
#set($fileDate = $fileEntry.getModifiedDate())
##************************************************************
#end
#end

Audio
##$dateTool.format("dd/MM/yyyy HH:mm",$dateTool.toDate("EEE, dd MMM yy hh:mm:ss Z",$fileDate), $locale)