summaryrefslogtreecommitdiff
path: root/project/templates/sokoban.html
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2021-11-24 08:24:10 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2021-11-24 08:24:10 +1300
commit03ea6ba48bfbb25dc74a0a369b5aa15bf10e91b9 (patch)
treef37ee253eeb9fd5345480f68d6aa6b72894223a4 /project/templates/sokoban.html
parent61c0c3795c2a6684c6917a79da7911de7a9c346a (diff)
Fixed spacing issues
Diffstat (limited to 'project/templates/sokoban.html')
-rw-r--r--project/templates/sokoban.html10
1 files changed, 4 insertions, 6 deletions
diff --git a/project/templates/sokoban.html b/project/templates/sokoban.html
index d5bcb63..c3f9238 100644
--- a/project/templates/sokoban.html
+++ b/project/templates/sokoban.html
@@ -1,14 +1,13 @@
-{% extends "base.html" %}
+{%- extends "base.html" -%}
-{% block title %}Sokoban Clone{% endblock %}
+{%- block title -%}Sokoban Clone{%- endblock -%}
-{% block content %}
-
+{%- block content %}
<h4>Sokoban Clone</h4>
<p>Git repository: <a href="/cgi-bin/cgit.cgi/sokoban">Link</a></p>
@@ -34,7 +33,6 @@ out of the FLTK Ada binding.</p>
Controls are simple enough that instructions can be left permanently written at the bottom of the
window. An <a href="https://brilliant.org/wiki/a-star-search/" class="external">A* Search</a>
algorithm is used for the mouse control.</p>
-
-{% endblock %}
+{% endblock -%}