mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-15 10:16:46 +08:00
15 lines
454 B
Text
15 lines
454 B
Text
{{#image}}<img src="{{image}}" class="thumbnail">{{/image}}
|
|
|
|
<h3><a href="{{link}}" target="_blank" rel="noopener">{{{title}}}</a></h3>
|
|
|
|
{{#by_info}}<b>{{by_info}}</b>{{/by_info}}
|
|
|
|
<p>{{description}}</p>
|
|
|
|
<p>
|
|
{{#rating}}{{rating}}{{/rating}}
|
|
{{#isbn_asin}}{{isbn_asin_text}}: {{isbn_asin}}, {{/isbn_asin}}
|
|
{{#publisher}}{{publisher}}, {{/publisher}}
|
|
{{#published}}{{published}}{{/published}}
|
|
{{#price}}<strong>{{price}}</strong>{{/price}}
|
|
</p>
|