{% extends "base.html" %} {% load render_bundle from webpack_loader %} {% load static %} {% load i18n %} {% load l10n %} {% comment %} TODO Can this be combined with Food template? {% endcomment %} {% block title %}{% trans 'Keywords' %}{% endblock %} {% block content_fluid %}
{% endblock %} {% block script %} {% if debug %} {% else %} {% endif %} {% render_bundle 'keyword_list_view' %} {% endblock %}