<%! import os.path, glob, codecs from matsuba import config uopen = lambda fn: codecs.open(fn, 'r', 'utf-8', 'replace') JS_VERSION = '3' DEFAULT_STYLESHEET = 'Futaba' STYLESHEETS = ['Burichan', 'Futaba', 'Gurochan', 'Photon'] # Accessible via javascript and cookies, but not in the clickable selectors # Collected from various imageboards around the net. HIDDEN_STYLESHEETS = [ '420chan', '573', 'Creator', 'Cuddle', 'Electric Blue', 'Fuhrerchan', 'Germany', 'Kusaba', 'Londerground', 'Not4chan', 'Transmission', 'Wiiabu', ] %> <%def name="bodyclass()"> <%def name="pagetitle()"> <% t = capture(self.pagetitle) %> % if t: ${t|h} - % endif ${board and board.title or SITE_TITLE|h} % if board and RSS_REPLIES: % endif % for sname in STYLESHEETS + HIDDEN_STYLESHEETS: % endfor
${BOARD_LIST}
% for sname in STYLESHEETS: [${sname|h}] % endfor - [Home] % if board:
% endif

${next.body()}