Why SimpleX is unique

{% for section in why_simplex_is_unique.sections %}

#{{ section.id }}

{{ section.title | safe }}

{% if section.descBody %}
{% include section.descBody %}
{% else %}

{{ section.desc | safe }}

{% endif %} {% if section.overlayContent %} {{ section.overlayContent.linkText }} {% endif %}
{% endfor %}
{% for section in why_simplex_is_unique.sections %} {% if section.overlayContent %} {{ overlay(section) }} {% endif %} {% endfor %}