summaryrefslogtreecommitdiff
path: root/project/templates/fltkada.html
diff options
context:
space:
mode:
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 -%}