{% extends "base.html" %} {% load static %} {% load custom_tags %} {% block title %}Contributor Profile - {{ contributor.name }}{% endblock %} {% block description %} Learn more about {{ contributor.name }}, their contributions to the OWASP {% env 'PROJECT_NAME' %} project, and explore their profile, including repository, location, and social links. {% endblock %} {% block keywords %} OWASP, {% env 'PROJECT_NAME' %}, contributor, profile, repository, location, social links, Twitter, LinkedIn, website {% endblock %} {% block og_title %}Contributor Profile - {{ contributor.name }}{% endblock %} {% block og_description %} Explore the profile of {{ contributor.name }}, a contributor to the OWASP {% env 'PROJECT_NAME' %} project, with details about their contributions, repository, and social media links. {% endblock %} {% block natural_content %} {{ contributor.name }} {{ contributor.repository }} {{ contributor.location }} {% if contributor.long_description == "" %} {{ contributor.short_description }} {% else %} {{ contributor.long_description }} {% endif %} Donate Bitcoin {% endblock natural_content %}
{{ contributor.name }}
{{ contributor.repository }}
{{ contributor.location }}
{{ contributor.short_description }}
{{ contributor.long_description }}