diff --git a/templates/book.jinja b/templates/book.jinja index 9eca74c..cf8e07c 100644 --- a/templates/book.jinja +++ b/templates/book.jinja @@ -58,6 +58,15 @@ This EPUB is a generated compilation of logs with annotations that provide context to the situatedness of this technology. With one book a day, a diary of chopchop is kept, stored and shared.

+

This is a random number: {{ range(1, 51) | random }}?

+ {% set dice = range(1, 4) | random %} + {% if dice < 2 %} + dice = 1 + {% elif dice < 3%} + dive = 2> + {% else %} + dice = 3 + {% endif %}