diff --git a/the_works/templates/views/texte.html b/the_works/templates/views/texte.html new file mode 100644 index 0000000..6b4f35e --- /dev/null +++ b/the_works/templates/views/texte.html @@ -0,0 +1,30 @@ +{% extends 'base.html' %} + +{% block title %}Texte{% endblock title %} + +{% block heading %}Texte{% endblock heading %} + +{% block content %} + + + + + + + + + + + + {% for row in rows %} + + + + + + + + {% endfor %} + +
TitelUntertitelReiheTextformOriginalsprache
{{row["Titel"]}}{{row["Untertitel"]}}{{row["Reihe"]}}{{row["Textform"]}}{{row["Originalsprache"]}}
+{% endblock content %} \ No newline at end of file