summaryrefslogtreecommitdiff
path: root/project/templates/sunset.html
diff options
context:
space:
mode:
Diffstat (limited to 'project/templates/sunset.html')
-rw-r--r--project/templates/sunset.html10
1 files changed, 4 insertions, 6 deletions
diff --git a/project/templates/sunset.html b/project/templates/sunset.html
index 74955a8..bfad239 100644
--- a/project/templates/sunset.html
+++ b/project/templates/sunset.html
@@ -1,14 +1,13 @@
-{% extends "base.html" %}
+{%- extends "base.html" -%}
-{% block title %}Sunset License{% endblock %}
+{%- block title -%}Sunset License{%- endblock -%}
-{% block content %}
-
+{%- block content %}
<h4>Sunset License</h4>
<p>Git repository: <a href="/cgi-bin/cgit.cgi/sunset">Link</a></p>
@@ -59,7 +58,6 @@ may do whatever you want with it, regardless of all other clauses.
<p>The git repository also contains an accompanying rationale and a simple logo I threw together. In
the future, all my projects will either use this license or the Unlicense. Works I've already
created will be relicensed as appropriate.</p>
-
-{% endblock %}
+{% endblock -%}