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.
34 lines
871 B
HTML
34 lines
871 B
HTML
<h1 id="{REVIEW_ID}">{TITLE}</h1>
|
|
|
|
<p class="category-container">{CATEGORIES}<p>
|
|
|
|
<div class="review-body">
|
|
|
|
<div class="image-container">
|
|
{IMAGE_ITEMS}
|
|
</div>
|
|
|
|
|
|
<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>
|
|
<tr> <td>Servings</td> <td>{RATING_SERVINGS}</td> </tr>
|
|
</table>
|
|
|
|
<p class="final-rating">Final rating: {RATING}</p>
|
|
|
|
<hr/>
|
|
</div> |