{% extends 'defaults/html/base.html' %} {% load static %} {% block content %}
{% for id, package in PACKAGES.items %}
VanDenBerghInc

{{package.title}}

{{package.subtitle}}

{% if "macos" in package.os %} vandenberghinc {% endif %} {% if "windows" in package.os %} vandenberghinc {% endif %} {% if "linux" in package.os %} vandenberghinc vandenberghinc {% endif %}
{% endfor %}
{% endblock %}