<article class="recipe_container" id="item_description_{{categoryId}}">
    {{#if featuredRecipeImage}}
        <img class="prominent_recipe" alt="{{i18n "recipes.list.recipe.featured"}}" src="{{MEDIA_CONTENT_URL}}/resize_116x114{{featuredRecipeImage}}" width="116" height="114">
    {{/if}}

    <img class="recipe_image" alt="{{categoryDescription}}" data-original="{{MEDIA_CONTENT_URL}}/resize_191x188{{categoryImage}}" src="{{STATIC_CONTENT_URL}}/images/pixel.gif" width="191" height="188">

    <span class="recipe_category">{{selectedRecipesSectionDescription}}</span>

    <span class="recipe_name">{{categoryDescription}}</span>

    <a class="white_button" title="{{i18n "recipes.list.recipe.show.title"}} {{categoryDescription}}" href="{{MEDIA_CONTENT_URL}}{{recipePdf}}" target="_blank">{{i18n "recipes.list.recipe.show"}}</a>
    {{#if RECIPES_CAMPAIGN_ENABLED}}
        <a class="recipe_promo_button" title="{{i18n "recipes.list.recipe.choose"}}" href="{{SELECTED_RECIPE_URL}}{{categoryId}}">{{i18n "recipes.list.recipe.choose"}}</a>
    {{/if}}
    <a class="orange_button" title="{{i18n "recipes.list.recipe.add.title"}}" href="/ingredients?recipeId={{categoryId}}&desc={{categoryDescriptionEncoded}}"><span></span>{{i18n "recipes.list.recipe.add"}} &gt;</a>
</article>
