<%inherit file="base.html"/> <%def name="body()"> %for line in lineList: <% from headphones import helpers timestamp, level, thread, message = helpers.extract_logline(line) %> %if timestamp and level and thread and message: %endif %endfor
Timestamp Level Thread Message
${timestamp} ${level} ${thread} ${message.decode('utf-8')}
<%def name="headerIncludes()"> <%def name="javascriptIncludes()">