summaryrefslogtreecommitdiff
path: root/project/templates/packrat.html
diff options
context:
space:
mode:
Diffstat (limited to 'project/templates/packrat.html')
-rw-r--r--project/templates/packrat.html12
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 -%}