.. _Nng\Nnhelpers\ViewHelpers\Content\ColumnViewHelper: ======================================= content.column ======================================= Description --------------------------------------- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Renders the contents of a column (colPos) of the backend layout. If no page ID is specified via ``pid``, it uses the current page ID. .. code-block:: php {nnt3:content.column(colPos:110)} With ``slide``, the content element of the parent page is fetched if no content element exists in the column on the specified page. .. code-block:: php {nnt3:content.column(colPos:110, slide:1)} The column content of an external page can be rendered with ``pid``: .. code-block:: php {nnt3:content.column(colPos:110, pid:99)} Slide also works for external pages: .. code-block:: php {nnt3:content.column(colPos:110, pid:99, slide:1)} | ``@return string``