interface Templates {
	loading: Template;
}

Template.loading.helpers({

	siteLoading: function() {
		return Session.get('siteLoading');
	}

});