{% block title %}Xanadu{% endblock %}
+
+
{% block style %}
{% endblock %}
diff --git a/sourcing/templates/view.html b/sourcing/templates/view.html
index 3b4cd4d..da00a34 100644
--- a/sourcing/templates/view.html
+++ b/sourcing/templates/view.html
@@ -80,7 +80,7 @@
{%- endfor -%}
{% else %}
- {%- for start, line in iter_lines(text) if line -%}
+ {%- for start, line in iter_lines(text) if line != '\r\n' -%}
{#
{% if line != "\n" and line != "\r\n" %}{{ line }}{% else %} {% endif
%}