summaryrefslogtreecommitdiff
path: root/project/templates/grasp.html
diff options
context:
space:
mode:
Diffstat (limited to 'project/templates/grasp.html')
-rw-r--r--project/templates/grasp.html10
1 files changed, 4 insertions, 6 deletions
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 %}
<h4>Grasp Interpreter</h4>
<p>Git repository: <a href="/cgi-bin/cgit.cgi/esoteric">Link</a></p>
@@ -72,7 +71,6 @@ digraph {
<p>If a format that more readily converts to a comprehensible graph image is found, a parser for it
may be added.</p>
-
-{% endblock %}
+{% endblock -%}