{% extends "layout.html" %} {% block content %}
{% if file_path is defined %}

{{ file_path.name }}

{% endif %} {% include "forms/file.html" %}
{% endblock %}