{% init op = "view" %} {% init error = "" %}
{% include note/component/view_header.html %}
{% include note/component/note_path.html %}
{% if op == "view" %}
{% raw file.data %}
{% else %} {% set rows = file.data.count('\n') %}
{{error}}
{% end %}