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/packrat.html | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'project/templates/packrat.html') diff --git a/project/templates/packrat.html b/project/templates/packrat.html index ec516d3..4ae1c3e 100644 --- a/project/templates/packrat.html +++ b/project/templates/packrat.html @@ -1,15 +1,13 @@ -{% extends "base.html" %} +{%- extends "base.html" -%} -{% block title %}Packrat Parser Combinator Library{% endblock %} +{%- block title -%}Packrat Parser Combinator Library{%- endblock -%} -{% block content %} - - +{%- block content %}

Packrat Parser Combinator Library

Git repository: Link
@@ -165,7 +163,5 @@ to explore.

Finally, the plan is to actually use this library for something significant at some point in the future.

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