From c8cfe63aac73a92ae02354a5306ca5480808daff Mon Sep 17 00:00:00 2001 From: Hans-Peter Oeri Date: Thu, 25 Oct 2018 13:27:51 +0200 Subject: re-do site in schiedsstelle layout --- theme/cccevents/templates/index.html | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 theme/cccevents/templates/index.html (limited to 'theme/cccevents/templates/index.html') diff --git a/theme/cccevents/templates/index.html b/theme/cccevents/templates/index.html new file mode 100644 index 0000000..b1e1e56 --- /dev/null +++ b/theme/cccevents/templates/index.html @@ -0,0 +1,31 @@ +{% extends "base.html" %} + +{% block content_title %}{% endblock %} + +{% block content %} +{% if articles %} + {% for article in articles_page.object_list %} +
+

{{ article.title }}

+ +
+ {{ article.summary }} + read more +
+
+ {% endfor %} +{% else %} +
+
+

Pages

+
+
+ +
+
+{% endif %} +{% endblock %} -- cgit v1.2.3