Skip to content

Instantly share code, notes, and snippets.

@hsa599
Forked from ynh/gist:3941533
Created May 2, 2021 19:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hsa599/5d21b469448615a805d0f80770f9d5f9 to your computer and use it in GitHub Desktop.
Save hsa599/5d21b469448615a805d0f80770f9d5f9 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