My templates do this:
<title>$model.weblog.name
#if ($model.weblogEntry.title)
: $model.weblogEntry.title
#end
</title>Guy Katz wrote:
Hi all; What is the best way to 'ask' the system (in a velocity template) if the current page is a view of a single post? I want to display the entry title as the html title in such a case. Thanks in advance.
