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 --- codenames/templates/codenames.html.j2 | 28 +++++++++------------------- 1 file changed, 9 insertions(+), 19 deletions(-) (limited to 'codenames/templates') diff --git a/codenames/templates/codenames.html.j2 b/codenames/templates/codenames.html.j2 index 0e1e17a..ca54abd 100644 --- a/codenames/templates/codenames.html.j2 +++ b/codenames/templates/codenames.html.j2 @@ -1,17 +1,9 @@ - - - - - {{ title }} - - - - - - - - -
+{% extends "base.html.j2" %} +{% block page_title %}{{ codenames.codenames_name }}{% endblock %} +{% block og_page_title %}{{ codenames.codenames_name }}{% endblock %} +{% block head_extra %}{{ super() }} + {% endblock %} +{% block body %}
@@ -71,9 +63,7 @@
-
- -
+
{% endblock %} +{% block footer %} - - +{% endblock %} \ No newline at end of file -- cgit v1.3