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 %} +
+ # + | ++ Orario + | ++ Relat + | ++ Titolo + | ++ Abstract + | ++ Stanza + | ++ {{ TALKS }} + | +
---|---|---|---|---|---|---|
+ talk_num: + {{ talk_num }} + | + {% for col, cont in talk %} ++ {{ talk.col }} + | + {% endfor %} +