{% extends "base.html" %} {% load render_bundle from webpack_loader %} {% load static %} {% load i18n %} {% load l10n %} {% load custom_tags %} {% block title %}{{ recipe.name }}{% endblock %} {% block extra_head %} {% endblock %} {% block content %} {% recipe_rating recipe request.user as rating %}