<%args> title, message <% title %>

<% message %>

Here is something from CherryPy:

cherrypy.request.remote.ip: <% cherrypy.request.remote.ip %>

When properly configured, as in this demo, Myghty exceptions propogate down to CherryPy and can be handled as any other exception.