{# head content #}
{{ title }}
{{ title }}
{# Navigation #}
{{ home.text }}
{{ about.text }}
{{ products.text }}
{% for product in product_classes %}
{{product.text}}
{% endfor %}
{{ contact.text }}
{{ subtitle }}
{# articles #} {% if estrogens %}
Estrogens
{% for product in estrogens %}
{{ product.full_name }}
{% endfor %}
{% endif %} {% if anti_androgens %}
Anti-Androgens
{% for product in anti_androgens %}
{{ product.full_name }}
{% endfor %}
{% endif %} {% if progestogens %}
Progestogens
{% for product in progestogens %}
{{ product.full_name }}
{% endfor %}
{% endif %}