32 lines
461 B
HTML
32 lines
461 B
HTML
|
<html>
|
||
|
<head></head>
|
||
|
<body>
|
||
|
|
||
|
<h2>A new product is available on <a href="https://www.objeetrade.com">
|
||
|
ObjeeTrade!</a></h2>
|
||
|
|
||
|
<p>
|
||
|
{{name}} is now selling the product: "{{product_name}}".
|
||
|
</p>
|
||
|
|
||
|
<p>
|
||
|
The price is currently: <b> {{ price }} </b>
|
||
|
</p>
|
||
|
<p>
|
||
|
The description is as follows:
|
||
|
</p>
|
||
|
|
||
|
<p>
|
||
|
<em> {{description}} </em>
|
||
|
</p>
|
||
|
|
||
|
|
||
|
<p>
|
||
|
Picture attached.
|
||
|
</p>
|
||
|
|
||
|
<p>
|
||
|
- John Hammond
|
||
|
</p>
|
||
|
</body>
|
||
|
</html>
|