예제 #1
0
파일: home.py 프로젝트: cconger/BuildCraft
 def get(self, **kwargs):
   return render_response('index.html')
예제 #2
0
  def render_page(self, target, **targetContext):
    targetContext['__fm'] = self.get_flash()

    return render_response(target, **targetContext)