# -*- coding: utf-8 -*- ''' Created on Nov 11, 2012 @author: ymh ''' from . import get_version def hp_context(request): return {'VERSION' : get_version()}