Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article? # !/usr/local/bin/python2.7 # -*- coding: utf-8 -*- import cgi from jinja2 import Environment, FileSystemLoader # ---------------------------------------------------------- # CONFIG # ---------------------------------------------------------- _ENCODE = 'utf-8' _HTML_TEMP