1
0
Fork 0
sortable-recipes/app/templates/meal.hbs
2019-12-22 11:47:00 -06:00

13 lines
268 B
Handlebars

<h1 class="text-5xl text-teal-500 font-hairline">
{{@model.name}}
</h1>
<p class="text-gray-700 text-base whitespace-pre-line">
{{@model.instructions}}
</p>
<div class="mt-4">
<MealTag>{{@model.category}}</MealTag>
<MealTag>{{@model.area}}</MealTag>
</div>