From 03ea6ba48bfbb25dc74a0a369b5aa15bf10e91b9 Mon Sep 17 00:00:00 2001
From: Jedidiah Barber <contact@jedbarber.id.au>
Date: Wed, 24 Nov 2021 08:24:10 +1300
Subject: Fixed spacing issues

---
 project/templates/thue2a.html | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

(limited to 'project/templates/thue2a.html')

diff --git a/project/templates/thue2a.html b/project/templates/thue2a.html
index 806f096..76a1279 100644
--- a/project/templates/thue2a.html
+++ b/project/templates/thue2a.html
@@ -1,14 +1,13 @@
 
-{% extends "base.html" %}
+{%- extends "base.html" -%}
 
 
 
-{% block title %}Thue Version 2a{% endblock %}
+{%- block title -%}Thue Version 2a{%- endblock -%}
 
 
 
-{% block content %}
-
+{%- block content %}
 <h4>Thue Version 2a</h4>
 
 <p>Git repository: <a href="/cgi-bin/cgit.cgi/esoteric">Link</a></p>
@@ -101,7 +100,6 @@ a::=abc
 
 <p>While this doesn't solve all the problems Thue has (try writing a Thue program that asks for and
 greets the user by name!) it should solve this one particular issue.</p>
-
-{% endblock %}
+{% endblock -%}
 
 
-- 
cgit