From 03ea6ba48bfbb25dc74a0a369b5aa15bf10e91b9 Mon Sep 17 00:00:00 2001
From: Jedidiah Barber
Date: Wed, 24 Nov 2021 08:24:10 +1300
Subject: Fixed spacing issues
---
project/templates/sokoban.html | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
(limited to 'project/templates/sokoban.html')
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 %}
Sokoban Clone
Git repository: Link
@@ -34,7 +33,6 @@ out of the FLTK Ada binding.
Controls are simple enough that instructions can be left permanently written at the bottom of the
window. An A* Search
algorithm is used for the mouse control.
-
-{% endblock %}
+{% endblock -%}
--
cgit