======txp:else====== The ''else'' tag is a Single Tag. The ''else'' tag is used between conditional tags to provide the means to assign default, or alternative behavior, when the condition set in the conditional tag is not met. =====Syntax===== The ''else'' tag has the following syntactic structure... ...Content if true... ...Content if not true... ======Attributes====== There are no attributes associated with ''else''. ======Examples====== ===== Display excerpt when available, otherwise display section name ===== And Furthermore &#183; Other tags used: <[[txp:excerpt /]]>, <[[txp:if_excerpt]]>, <[[txp:section /]]>