From c34ae6fed8503c6f8b27b4bd55cf26bb3f47ad23 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Wed, 18 Jul 2018 23:46:06 +0100 Subject: init commit --- templates/project.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 templates/project.html (limited to 'templates/project.html') diff --git a/templates/project.html b/templates/project.html new file mode 100644 index 0000000..15e4d9a --- /dev/null +++ b/templates/project.html @@ -0,0 +1,16 @@ +{% extends "default.html" %} +{% block content %} +

{{ page.title }}

+{{ page.content }} +{% if page.source or page.ml %}
+
+{% if page.source %}
Source
+
{{ page.source }}
{% endif %} +{% if page.ml %}
Mailing list
+
{{ page.ml }}@the-tk.com + (archive)
{% endif %} +{% if page.aur %}
AUR
+
{{ page.aur }}
{% endif %} +
+{% endif %} +{% endblock %} -- cgit v1.2.3-54-g00ecf