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.
15 lines
439 B
15 lines
439 B
<div class="columns">
|
|
<div class="column" style="border-right: 1px solid #dbdbdb;">
|
|
<div></div>
|
|
<p class="has-text-weight-bold">Portionen</p>
|
|
<div></div>
|
|
{{ .Params.Servings | default "---"}}
|
|
</div>
|
|
<div class="column">
|
|
<div></div>
|
|
<p class="has-text-weight-bold">Wartezeiten</p>
|
|
<div></div>
|
|
{{ .Params.Prep_time | default "---"}}
|
|
</div>
|
|
</div>
|