blob: 8781856766994080569f0d05379e94eecb5b067e (
plain)
1
2
3
4
|
<!-- BEGIN site/header --> <h1 class="title">[% template.title or site.title %]</h1> [% IF Catalyst.user_exists %]<p><a href="[% Catalyst.uri_for('/logout') %]">logout</a></p>[% END %] <!-- END site/header -->
|