From 79f00ef686e0597cb197ed67ba1462aa60a530bb Mon Sep 17 00:00:00 2001 From: Ismael Carnales Date: Fri, 30 Oct 2009 16:56:21 -0200 Subject: "imported" public app files from archweb_pub --- templates/public/projects.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 templates/public/projects.html (limited to 'templates/public/projects.html') diff --git a/templates/public/projects.html b/templates/public/projects.html new file mode 100644 index 0000000..c6ff271 --- /dev/null +++ b/templates/public/projects.html @@ -0,0 +1,28 @@ +{% extends "base.html" %} +{% block title %}Arch Linux - Projects{% endblock %} +{% block content %} +
+

Arch Related Projects

+

+

There are a few Arch-based projects or communities that have sprung up + over the years. Here's a list of the ones we know about.

+ + {% for project in projects %} + + + + + {% endfor %} +
{{project.name}}{{project.description}}
+
+
+ If you have an Arch related project you would like linked, please open + a Bug Ticket with the category + "web site", and a relevant description.
Also please let us know if you + think any of the projects above is defunct so we can keep it new and + exciting. +
+
+

+{% endblock %} + -- cgit v1.2.3-24-g4f1b