/docs/source/_themes/baruwa/changes/rstsource.html
HTML | 15 lines | 15 code | 0 blank | 0 comment | 0 complexity | b6a14bfa87b116b43f366a01f5401cdd MD5 | raw file
Possible License(s): GPL-2.0
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 2 "http://www.w3.org/TR/html4/loose.dtd"> 3<html> 4 <head> 5 <title>{% trans filename=filename, docstitle=docstitle|e %}{{ filename }} — {{ docstitle }}{% endtrans %}</title> 6 <style type="text/css"> 7 .hl { background-color: yellow } 8 </style> 9 </head> 10 <body style="font-size: 90%"> 11 <pre> 12 {{ text }} 13 </pre> 14 </body> 15</html>