
% if m.request_path == '/' or m.request_path == m.interpreter.attributes.get('store_path', m.interpreter.attributes['store_uri']):
% 	m.send_redirect('index.myt', hard=False)
% else:
%	m.decline()
%	

