have you tried: row = db(...).select().first()
and in your view:
{{=row}}
and/or
{{=BEAUTIFY(row)}}
do either of those get you good enough?
so often people want to customize the display of just a single result so
there is not a ton of tools to try and create a generic rendering.....

