parse content only if we are currently showing a single posting
It’s a simple filter for hiding content in a “listing-situation”, but showing content, when the user requested a single posting. The code between the opening and closing tag may contain everything except for other <lb:if_single>-tags (which wouldn’ t be useful anyway).
Usage
<lb:if_single>Some content goes here</lb:if_single>
Attributes
none
Notice
You can have as many if_single as you like. Try to use it for distinguishing your listing- from your permalink-layouts!
