{% extends "vegetarian_cookbook/base.html" %} {% load static %} {% load i18n %} {% load admin_urls %} {% load vegetarian_cookbook_tags %} {% block bootstrap4_extra_head %}
{% if recipe.category.image %}
{% else %}
{{ recipe.category.name }}
{% endif %}
{{ recipe.title }}