Skip to content

Instantly share code, notes, and snippets.

@terurou
Created August 16, 2020 03:54
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 terurou/174a5fd61f61ea6018028a25996b659c to your computer and use it in GitHub Desktop.
Save terurou/174a5fd61f61ea6018028a25996b659c to your computer and use it in GitHub Desktop.
AmaQuickのテンプレート
<div style="border: 1px solid lightgray; margin-bottom: 1em; padding: 8px; display:flex;">
<div style="margin-right: 8px;">
<a href="${url}"><img src="${img}" alt="${title}"></a>
</div>
<div style="line-height: 1.6;">
<a style="line-height: 2.2;" href="${url}">${title}</a><br>
${author}<br>
${formatted_price} (${yyyy}-${mm}-${dd}時点)<br>
${avg_rating_img}
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment