summaryrefslogtreecommitdiff
path: root/project/templates/fltkada.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/fltkada.html
parent61c0c3795c2a6684c6917a79da7911de7a9c346a (diff)
Fixed spacing issues
Diffstat (limited to 'project/templates/fltkada.html')
-rw-r--r--project/templates/fltkada.html10
1 files changed, 4 insertions, 6 deletions
diff --git a/project/templates/fltkada.html b/project/templates/fltkada.html
index a1c8bf4..8bb477f 100644
--- a/project/templates/fltkada.html
+++ b/project/templates/fltkada.html
@@ -1,14 +1,13 @@
-{% extends "base.html" %}
+{%- extends "base.html" -%}
-{% block title %}FLTK Ada{% endblock %}
+{%- block title -%}FLTK Ada{%- endblock -%}
-{% block content %}
-
+{%- block content %}
<h4>FLTK Ada Binding</h4>
<p>Git repository: <a href="/cgi-bin/cgit.cgi/fltkada">Link</a><br />
@@ -108,7 +107,6 @@ internals is handled automatically.</p>
group rather than implicitly being added to the last group not yet ended. At the moment the package
specifications should provide sufficient information to allow programmers to work with the library.
</p>
-
-{% endblock %}
+{% endblock -%}