{% extends "base.html" %} {% load render_bundle from webpack_loader %} {% load static %} {% load i18n %} {% load l10n %} {% block title %}{% trans 'Export Recipes' %}{% endblock %} {% block content %}
{% endblock %} {% block script %} {% if debug %} {% else %} {% endif %} {% render_bundle 'export_view' %} {% endblock %}