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.
|
|
|
<h1 id="{REVIEW_ID}">{TITLE}</h1>
|
|
|
|
|
|
|
|
<p><em>Date:</em> {DATE}</p>
|
|
|
|
|
|
|
|
<p><em>Notes:</em> {NOTES}</p>
|
|
|
|
|
|
|
|
<p><em>Ingredients:</em> {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 class="final-raiting">Final raiting: {RATING}</p>
|
|
|
|
|
|
|
|
<hr/>
|