{% extends "base.html" %} {% block title %}Arch Linux - {{ user_type }}{% endblock %} {% block content %}

Arch Linux {{user_type}}

{{description}}

{% with users as dev_list %} {% include 'public/developer_list.html' %} {% endwith %}
{% endblock %}