{% extends 'base.html' %} {% block content %} {% if file_content == '404_file_not_exsist_error' %}
{{_('The specified file does not exist.')}}
/home/{{ current_username }}/{{ file_path }}
{% else %}
/home/{{ current_username }}/{{ file_path }}
{% endif %} {% endblock %}