D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
mashuai
Full window
Github gist
python use mako template
##-*- coding: utf-8 -*- <!-- move in templates --> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>${title}</title> </head> <body> ${body} </body> </html>