diff --git a/templates/article.html b/templates/article.html index d810462..f812049 100644 --- a/templates/article.html +++ b/templates/article.html @@ -6,6 +6,16 @@ {{title}} + + + + + {% for author in authors %} + + + + {% endfor %} + @@ -53,4 +63,4 @@ - + \ No newline at end of file