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/steelman.html | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'project/templates/steelman.html') diff --git a/project/templates/steelman.html b/project/templates/steelman.html index c49aba0..3ae2d95 100644 --- a/project/templates/steelman.html +++ b/project/templates/steelman.html @@ -1,20 +1,19 @@ -{% extends "base.html" %} +{%- extends "base.html" -%} -{% block title %}D, Parasail, Pascal and Rust vs The Steelman{% endblock %} +{%- block title -%}D, Parasail, Pascal and Rust vs The Steelman{%- endblock -%} -{% block style %} +{%- block style %} -{% endblock %} +{% endblock -%} -{% block content %} - +{%- block content %}

D, Parasail, Pascal, and Rust vs The Steelman

29/10/2017
@@ -2433,7 +2432,6 @@ reader discretion is advised.

- -{% endblock %} +{% endblock -%} -- cgit