<?php

interface OTGS_Template_Service {
	public function show( $model, $template );
}
