From 057ccd0a39eaf7ef3c9e6cf3e70044cac14c6bcf Mon Sep 17 00:00:00 2001 From: Oxore Date: Sun, 29 Sep 2019 18:35:42 +0300 Subject: Implement basic template based static page generator --- templates/oreily-memes.html.j2 | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 templates/oreily-memes.html.j2 (limited to 'templates') diff --git a/templates/oreily-memes.html.j2 b/templates/oreily-memes.html.j2 new file mode 100644 index 0000000..b1a8ce0 --- /dev/null +++ b/templates/oreily-memes.html.j2 @@ -0,0 +1,22 @@ + + + + O'Reily Memes + + + + +

O'Reily Memes

+

{% for meme in memes %} + {% endfor %} +

+ +

Related links

+

+ r/orlybooks/ +

+ + + -- cgit v1.2.3