evorepo/templates/public/userlist.html
Thayer Williams 7657c59782 Redesigned TU profiles, semantics, page title
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17 14:49:44 -05:00

17 lines
335 B
HTML

{% extends "base.html" %}
{% block title %}Arch Linux - {{ user_type }}{% endblock %}
{% block content %}
<div id="dev-tu-profiles" class="box">
<h2>Arch Linux {{user_type}}</h2>
<p>{{description}}</p>
{% with users as dev_list %}
{% include 'public/developer_list.html' %}
{% endwith %}
</div>
{% endblock %}