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/grasp.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'project/templates/grasp.html') diff --git a/project/templates/grasp.html b/project/templates/grasp.html index 6abdb5a..a213c02 100644 --- a/project/templates/grasp.html +++ b/project/templates/grasp.html @@ -1,14 +1,13 @@ -{% extends "base.html" %} +{%- extends "base.html" -%} -{% block title %}Grasp Interpreter{% endblock %} +{%- block title -%}Grasp Interpreter{%- endblock -%} -{% block content %} - +{%- block content %}

Grasp Interpreter

Git repository: Link

@@ -72,7 +71,6 @@ digraph {

If a format that more readily converts to a comprehensible graph image is found, a parser for it may be added.

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