You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
526 B
HTML
21 lines
526 B
HTML
<h3 id="{REVIEW_ID}">{TITLE}</h3>
|
|
|
|
<p>Date: {DATE}</p>
|
|
|
|
<p>Notes: {NOTES}</p>
|
|
|
|
<p>Ingredients: {INGREDIENTS}</p>
|
|
|
|
<table>
|
|
<tr>
|
|
<th>Category</th> <th>Score / Value</th>
|
|
</tr>
|
|
|
|
<tr> <td>Taste</td> <td>{RATING_TASTE}</td> </tr>
|
|
<tr> <td>Consistency</td> <td>{RATING_CONSISTENCY}</td> </tr>
|
|
<tr> <td>Ingredients</td> <td>{RATING_INGREDIENTS}</td> </tr>
|
|
<tr> <td>Price</td> <td>{RATING_PRICE}</td> </tr>
|
|
<tr> <td>Size</td> <td>{RATING_SIZE}</td> </tr>
|
|
</table>
|
|
|
|
<p>Final raintg: {RATING}</p> |