{% extends "myhome_base.html" %} {% load seahub_tags i18n %} {% block extra_style %} {% include 'snippets/file_view_style.html' %} {% endblock %} {% block main_panel %}

{{ file_name }}

{% trans "Shared by: " %}{{ username|email2nickname }}

{% if filetype == 'Text' or filetype == 'Image' or filetype == 'SVG' or filetype == 'Markdown' %} {% endif %}
{% include 'snippets/file_content_html.html' %}
{% endblock %} {% block extra_script %} {% include "snippets/file_view_js.html" %} {% endblock %}