{% extends "base.html" %} {% block content %}

Installation

Select Phases

{% if app_categories %}

Optional Apps

{% for category, apps in app_categories.items() %}

{{ category | capitalize }}

{% for app in apps %}
{% endfor %}
{% endfor %}
{% endif %}
{% endblock %}