{% extends "base.html" %} {% block natural_content %}
ecommerce

{{ contributor.name }}

{{ contributor.repository }}

{{ contributor.location }}

{% if contributor.long_description == "" %}

{{ contributor.short_description }}

{% else %}

{{ contributor.long_description }}

{% endif %}
{% endblock natural_content %}