From 389a88088e8f5e40127d024a95c8f63318669b02 Mon Sep 17 00:00:00 2001 From: Botond Hende Date: Fri, 1 May 2026 23:00:43 +0200 Subject: codenames and comic templates refactored with the base template --- comic/templates/issue.html.j2 | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) (limited to 'comic/templates') diff --git a/comic/templates/issue.html.j2 b/comic/templates/issue.html.j2 index 181604f..81afc04 100644 --- a/comic/templates/issue.html.j2 +++ b/comic/templates/issue.html.j2 @@ -1,18 +1,11 @@ - - - - - {{ issue.title() }} - {{ comic.comic_name }} - - - - - +{% extends "base.html.j2" %} +{% block page_title %}{{ issue.title() }} - {{ comic.comic_name }}{% endblock %} +{% block og_page_title %}{{ issue.title() }}{% endblock %} +{% block og_type %}article{% endblock %} +{% block head_extra %}{{ super() }} - - - -
+ {% endblock %} +{% block body %} -
- - +{% endblock %} -- cgit v1.3