{% extends "base.html" %} {% load render_bundle from webpack_loader %} {% load static %} {% load i18n %} {% load l10n %} {% load custom_tags %} {% block title %}{{ recipe.name }}{% endblock %} {% block content %} {% recipe_rating recipe request.user as rating %}
{% endblock %} {% block script %} {% if debug %} {% else %} {% endif %} {% render_bundle 'chunk-vendors' %} {% render_bundle 'recipe_view' %} {% endblock %}