{% extends "base.html" %} {% load cache %} {% block title %}Arch Linux - {{ user_type }}{% endblock %} {% block content %} {% cache 600 dev-tu-profiles user_type %}

Arch Linux {{user_type}}

{{description}}

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