From d42e31f55568c3e33bde160a78aea9e8ea809fee Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 25 Sep 2020 14:15:30 +0200 Subject: Customize template for film section and pages. --- templates/film/post_header.html | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 templates/film/post_header.html (limited to 'templates/film/post_header.html') diff --git a/templates/film/post_header.html b/templates/film/post_header.html new file mode 100644 index 0000000..e3d5a29 --- /dev/null +++ b/templates/film/post_header.html @@ -0,0 +1,36 @@ +
+

+ {{ post.title }} + {% if post.extra.country %} + ({{ post.extra.country }}{% if post.extra.year %}, {{ post.extra.year }}){% endif %} + {% else %} + {% if post.extra.year %}({{ post.extra.year }}){% endif %} + {% endif %} +

+ +
-- cgit v1.2.3