Browse Source

add pad example

master
rra 5 years ago
parent
commit
a30b36ade9
  1. 2
      templates/index.html

2
templates/index.html

@ -10,7 +10,7 @@
<body>
<h1>{{title}} freshly baked on {{timestamp}}</h1>
<div id="welcome">
Welcome! The notes below have been deliberately published 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 notes are all collected on Varia's <a href="https://pad.vvvvvvaria.org/">Etherpad instance</a>. Etherpad is used as collaborative writing tool to take notes, coordinate projects and document gatherings that happen in and around Varia.
Welcome! The notes below have been deliberately published 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 notes are all collected on Varia's <a href="https://pad.vvvvvvaria.org/">Etherpad instance</a>. Etherpad is used as collaborative writing tool to take notes, coordinate projects and document gatherings that happen in and around Varia. For example our notes on {% for pad in pads | random %} <a href="{{pad.link}}">{{ pad.padid }}</a>{% endfor %}
</div>
<table>
<thead>

Loading…
Cancel
Save