{% extends "base.html" %} {% load static %} {% load custom_tags %} {% block title %} {% env 'PROJECT_NAME' %} Tomato - OWASP {% env 'PROJECT_NAME' %} Project {% endblock title %} {% block description %} Explore the OWASP {% env 'PROJECT_NAME' %} Tomato project and discover other OWASP projects seeking funding. You can also donate to support these projects. {% endblock description %} {% block keywords %} OWASP, {% env 'PROJECT_NAME' %} Tomato, funding, OWASP projects, donation, open-source, funding.yml {% endblock keywords %} {% block og_title %} {% env 'PROJECT_NAME' %} Tomato - OWASP {% env 'PROJECT_NAME' %} Project {% endblock og_title %} {% block og_description %} Support the OWASP {% env 'PROJECT_NAME' %} Tomato project and other OWASP projects by donating through funding.yml. Help fund open-source initiatives. {% endblock og_description %} {% block content %}
{% include "includes/sidenav.html" %}
{% if projects %}

Projects Seeking Funding

The following OWASP projects have active funding.yml files and are looking for community support:

{% for project in projects %} {% endfor %}
{% else %}

No Projects Found

Currently, there are no OWASP projects with funding.yml files.

{% endif %}
{% endblock content %}