diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2021-11-24 08:24:10 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2021-11-24 08:24:10 +1300 |
commit | 03ea6ba48bfbb25dc74a0a369b5aa15bf10e91b9 (patch) | |
tree | f37ee253eeb9fd5345480f68d6aa6b72894223a4 /project/templates/thue2a.html | |
parent | 61c0c3795c2a6684c6917a79da7911de7a9c346a (diff) |
Fixed spacing issues
Diffstat (limited to 'project/templates/thue2a.html')
-rw-r--r-- | project/templates/thue2a.html | 10 |
1 files changed, 4 insertions, 6 deletions
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 -%} |