summaryrefslogtreecommitdiffstats
path: root/templates/public/fellows.html
blob: 4bbda775154e1d31364686e5386312280ab03e6d (plain)
1
2
3
4
5
6
7
8
9
10
11
{% extends "base.html" %}

{% block content %}
<div class="box">
    <h2 class="title">Arch Linux {{dev_type}}</h2>
    {{description}}
    {% include 'public/developer_list.html' %}
</div>
<br /><br />
{% endblock %}