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 %} +
| Titel | +Untertitel | +Reihe | +Textform | +Originalsprache | +
|---|---|---|---|---|
| {{row["Titel"]}} | +{{row["Untertitel"]}} | +{{row["Reihe"]}} | +{{row["Textform"]}} | +{{row["Originalsprache"]}} | +