From ef908376cf68982746608e97fc91ac2275b46f14 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 4 Dec 2020 16:16:48 +0100 Subject: [PATCH] Add MAGICWORDS iteration --- templates/index.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/templates/index.html b/templates/index.html index 8bda88b..7e9a2e4 100644 --- a/templates/index.html +++ b/templates/index.html @@ -12,7 +12,7 @@ {% set padoftheday = pads | random %}

{{ title }}

- Welcome! The pages below have been deliberately published by their authors in order to share their thoughts, research and process in an early form. This page represents one of Varia's low-effort publishing tools. The pages are all produced through Varia's Etherpad instance. + Welcome! The pages below have been deliberately published by their authors in order to share their thoughts, research and process in an early form. This page represents one of Varia's low-effort publishing tools. The pages are all produced through Varia's Etherpad instance.

Etherpad is used as collaborative writing tool to take notes, create readers, coordinate projects and document gatherings that happen in and around Varia. For example {{ padoftheday.padid }}. @@ -36,9 +36,13 @@ {{ pad.padid }} - + {% for v in pad.versions %}{{ v.type }} {% endfor %} + + + {% for magicword in pad.magicwords %}{{ magicword }} {% endfor %} + @@ -53,7 +57,7 @@ This page is generated using Etherpump. It is a command-line utility and python library that extends the multi writing and publishing functionalities of the Etherpad.

- {% block info %}

Last updated {{ timestamp }}.

{% endblock %} + {% block info %}

Last updated {{ timestamp }}.

{% endblock %}