diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2021-11-24 08:24:10 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2021-11-24 08:24:10 +1300 |
commit | 03ea6ba48bfbb25dc74a0a369b5aa15bf10e91b9 (patch) | |
tree | f37ee253eeb9fd5345480f68d6aa6b72894223a4 /project/templates/packrat.html | |
parent | 61c0c3795c2a6684c6917a79da7911de7a9c346a (diff) |
Fixed spacing issues
Diffstat (limited to 'project/templates/packrat.html')
-rw-r--r-- | project/templates/packrat.html | 12 |
1 files changed, 4 insertions, 8 deletions
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 %} <h4>Packrat Parser Combinator Library</h4> <p>Git repository: <a href="/cgi-bin/cgit.cgi/packrat">Link</a><br /> @@ -165,7 +163,5 @@ to explore.</p> <p>Finally, the plan is to actually use this library for something significant at some point in the future.</p> - - -{% endblock %} +{% endblock -%} |