{% extends "layout.html" %} {% block title %}{% if file.name.len() > 0 %}{{file.name}}{%else%}Add File{% endif %}{% endblock %} {% block description %}{{file.description}}{% endblock %} {% block content %}

{{file.name}}

📄 View Document {% if file.key.to_string() != "00000000-0000-0000-0000-000000000000" %} {% endif %}
{% if file.key.to_string() == "00000000-0000-0000-0000-000000000000" %}\


{% endif %}
{% endblock %}