{% extends "base.html" %} {% load static %} {% load custom_tags %} {% block title %}OWASP BLT Roadmap - Future of Web Security{% endblock %} {% block description %} Explore OWASP BLT's development roadmap and upcoming features. See how we're shaping the future of web security. {% endblock %} {% block content %} {% include "includes/sidenav.html" %}
{% for i in "x"|rjust:"40" %}
01001010101
10101010101
01010101010
10101010101
01010101010
{% endfor %}
{% for i in "x"|rjust:"30" %}
{% endfor %}
{% for i in "x"|rjust:"10" %}
{% endfor %}

Project Roadmap

Discover our vision for the future of web security. Track our progress and upcoming features as we continue to evolve OWASP BLT.

Development Milestones {{ milestones|length }}

{% for milestone in milestones %}

{{ milestone.title }}

{% for tag in milestone.tags %} {{ tag.label }} {% endfor %}
{% if milestone.description %}

{{ milestone.description }}

{% endif %}
{{ milestone.progress }}
{% endfor %}

Shape Our Future

Your voice matters in our development journey. Share your ideas and help us build the future of web security.

{% endblock %}