diff options
Diffstat (limited to 'template/news/oldnews-2021.html.j2')
-rw-r--r-- | template/news/oldnews-2021.html.j2 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/template/news/oldnews-2021.html.j2 b/template/news/oldnews-2021.html.j2 new file mode 100644 index 00000000..23691b6c --- /dev/null +++ b/template/news/oldnews-2021.html.j2 @@ -0,0 +1,5 @@ +{% extends "common/base.j2" %} +{% from "common/old-news.j2.inc" import oldnews with context %} +{% block body_content %} +{{ oldnews(2019) }} +{% endblock body_content %} |