You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1.1 KiB

<div class="columns">
<div class="column" style="border-right: 1px solid #dbdbdb; padding: 0px;">
<div></div>
<p class="has-text-weight-bold">Servings</p>
<div></div>
{{ .Params.Servings | default "---"}} Servings
</div>
<div class="column" style="border-right: 1px solid #dbdbdb; padding: 0px;">
<div></div>
<p class="has-text-weight-bold">Prep time</p>
<div></div>
{{ .Params.Prep_time | default "---"}} Minutes
</div>
<div class="column" style="border-right: 1px solid #dbdbdb; padding: 0px;">
<div></div>
{{ if .Params.Cook }}
<p class="has-text-weight-bold is-size-6">Cooking Time</p>
{{ else }}
<p class="has-text-weight-bold is-size-6">Cooling Time</p>
{{ end }}
<div></div>
{{ if eq .Params.Cook_increment "hours" }}
{{ .Params.Cook_time | default "---"}} Hours
{{ else }}
{{ .Params.Cook_time | default "---"}} Minutes
{{ end }}
</div>
</div>