[%- IF no_wrapper || template.name.match('\.(css|js|txt)'); content; ELSE; -%] [%- title = BLOCK; c.config.sitename; IF Repository; ' - ' _ Repository.name | html; END; IF action; ' / ' _ action; END; IF filename; ' - ' _ filename | html; END; IF action && action == 'tree'; '/'; END; END; title; -%] (Gitalist) [% INCLUDE '_header_feeds.tt2' %]
[% site_header %]
[% IF action; SET actmpl = action _ ".tt2"; INCLUDE $actmpl; ELSE; # The output of gitweb.cgi is injected at this point. content; END; %]
[%- END -%]