<section class="section_container" itemscope="" itemtype="http://schema.org/Product">
    <div class="recipe_data">
        <span class="data" itemprop="data">{{selectedRecipesSectionDescription}}</span>
        <span class="name" itemprop="name">{{categoryDescription}}</span>
    </div>

    <img class="recipe_image" alt="{{categoryDescription}}" src="{{MEDIA_CONTENT_URL}}/resize_150x150{{categoryImage}}" style="display: block;">
    <meta itemprop="image" content="{{MEDIA_CONTENT_URL}}/resize_190x200{{categoryImage}}">

    <div class="buttons_container">
        <a class="button white" title="Ver receta" href="{{MEDIA_CONTENT_URL}}{{recipePdf}}" target="_blank">{{i18n "mobile.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="button orange" title="{{i18n "mobile.recipes.list.recipe.add.title"}}" href="/ingredients?recipeId={{categoryId}}&desc={{categoryDescriptionEncoded}}">{{i18n "mobile.recipes.list.recipe.add.ingredients"}}</a>
    </div>
</section>