diff --git a/themes/nest/templates/tables.html b/themes/nest/templates/tables.html new file mode 100644 index 0000000..3449f62 --- /dev/null +++ b/themes/nest/templates/tables.html @@ -0,0 +1,42 @@ +{% extends "page.html" %} +{% block table %} + + + + + + + + + + + {% for talk_num, talk in TALKS %} + {# Write description of the talk #} + + + {% for col, cont in talk %} + + {% endfor %} + + {% endfor %} +
+ # + + Orario + + Relat + + Titolo + + Abstract + + Stanza + + {{ TALKS }} +
+ talk_num: + {{ talk_num }} + + {{ talk.col }} +
+{% endblock table %}