{% load static %}
{% include "web/header.html" %}
{% for keyword in keywords.all %}
Keywords {%for description in keyword.descriptions.all%} {{description.description}}{%endfor%}
{%endfor%}