diff options
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 -%} |