diff options
Diffstat (limited to 'blog/template.html')
-rw-r--r-- | blog/template.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/blog/template.html b/blog/template.html index bd460fe..de3af96 100644 --- a/blog/template.html +++ b/blog/template.html @@ -47,6 +47,12 @@ table {{ </p> </td> </tr> + + <tr> + <td> + {article_list} + </td> + </tr> </table> <!-- Python will insert the articles from rss here --> |