diff --git a/sourcing/templates/realize.html b/sourcing/templates/realize.html new file mode 100644 index 0000000..522e75e --- /dev/null +++ b/sourcing/templates/realize.html @@ -0,0 +1,49 @@ +{% extends "base.html" %} + +{% block title %}{{ item.title() }}{% endblock %} + +{% block content %} + + + +

{{ self.title() }}

+ +
+
+ {%- for start, line in iter_lines(doc) if line != '\r\n' -%} + {#

{% if line != "\n" and line != "\r\n" %}{{ line }}{% else %} {% endif +%}

#} +

{{ nbsp_at_start(line) }}

+ {%- endfor -%} +
+
+{% endblock %} + +{% block scripts %} + + +{% endblock %}