{% extends "base.html" %} {% block style %} {% endblock %} {% block content %}
{% if result %}
Reference -- Textmining
Ingredient
{{ result.ingredient }}
Target
{{ result.target }}
Pubmed ID
{{ result.pubmed }}
Key discription
{{ result.description }}
{% endif %}
{% endblock %}