Add new document

{%- if true -%} {{ document_title }} {%- endif -%}
{%- if error_object.has_errors("document_title") -%}
{%- for error in error_object.get_errors("document_title") -%} {{ error }} {%- endfor -%}
{%- endif -%}
{%- if true -%} {{ document_path }} {%- endif -%}
{%- if error_object.has_errors("document_path") -%}
{%- for error in error_object.get_errors("document_path") -%} {{ error }} {%- endfor -%}
{%- endif -%}