{% extends "base.html" %}
{% load widget_tweaks %}
{% block title %}
VulnerableCode Home
{% endblock %}
{% block content %}
{% include "navbar.html" %}
{% include "package_search_box.html" %}
{% include "vulnerability_search_box.html" %}
{% endblock %}