import jet
import jet.websites.monju



def yield_data(psp_directory, **kwargs):
	text =  '<p>We here at Monju System Architects design and develop computer software.\n'
	text += '</p>\n\n'

	for data in jet.websites.monju.yield_page(
			'Welcome', jet.websites.monju.yield_standard_page, text=text, **kwargs):
		yield data

