Skip to content

Instantly share code, notes, and snippets.

@ynh
Created October 23, 2012 21:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ynh/3941533 to your computer and use it in GitHub Desktop.
Save ynh/3941533 to your computer and use it in GitHub Desktop.
Google news template
<table>
{{#responseData.results}}
<tr>
<td>
<h4>{{{title}}}</h4>
<img src="{{image.tbUrl}}" style="float:left;padding-right:10px;" />
{{{content}}}
</td>
</tr>
{{/responseData.results}}
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment