diff --git a/themes/openAV-Luppp/templates/article.html b/themes/openAV-Luppp/templates/article.html new file mode 100644 index 0000000..f4c5b62 --- /dev/null +++ b/themes/openAV-Luppp/templates/article.html @@ -0,0 +1,32 @@ +{% extends "base.html" %} +{% block content %} +
+ +
+
+
+
+
+
+

{{ article.title }}

+
+
+ Published on + +
By + {% for author in article.authors %} + {{ author }} + {% endfor %} +
+
+
+ {{ article.content }} +
+
+
+
+
+ +
+{% endblock %} \ No newline at end of file