{% load static %}
Substances List
    {% for item in substances %}
  • {% include 'lara_django_projects/components/hx_substance_card.html' with item=item %}
  • {% endfor %}
Substance Explorer {% include 'lara_django_projects/components/substances_explorer_tabs.html' with data=item %}