##// END OF EJS Templates
restore use of tornado static_url...
restore use of tornado static_url instead of jinja macro that doesn't write hashes closes #4714

File last commit:

r12740:79db46de
r13896:31784b45
Show More
style_bw_python.tplx
13 lines | 370 B | text/plain | TextLexer
((= Black&white Python input/output style =))
((*- extends 'latex_base.tplx' -*))
%===============================================================================
% Input
%===============================================================================
((* block input scoped *))
\begin{verbatim}
((( cell.input | add_prompts )))
\end{verbatim}
((* endblock input *))