<title>{$xf.options.boardTitle} - {$xf.options.boardDescription}</title>
<xf:else />
<xf:if is="$template == 'forum_list'">
<xf:title>Forums</xf:title>
<xf:elseif is="$template == 'thread_view'">
<xf:title><xf:title /> - {$forum.Node.title}</xf:title>
</xf:if>
<title><xf:title formatter="%s - %s" fallback="{$xf.options.boardTitle}" page="{$pageNumber}" /></title>
</xf:if>