1 # -*- coding: utf-8 -*-
2 '''
3 Created on Nov 11, 2012
4
5 @author: ymh
6 '''
7 from . import get_version
8
9 def hp_context(request):
10 return {'VERSION' : get_version()}