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

Adapad

Git repository: Link

@@ -59,7 +58,6 @@ end user perspective.

The FLTK/Ada binding currently occupies the same repository as Adapad, but will be moved to its own as work progresses.

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