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/fltkada.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'project/templates/fltkada.html') 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 %}

FLTK Ada Binding

Git repository: Link
@@ -108,7 +107,6 @@ internals is handled automatically.

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.

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