diff options
Diffstat (limited to 'templates/public/fellows.html')
-rw-r--r-- | templates/public/fellows.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/public/fellows.html b/templates/public/fellows.html new file mode 100644 index 00000000..4bbda775 --- /dev/null +++ b/templates/public/fellows.html @@ -0,0 +1,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 %} + |