{% extends "layout.html" %} {% block title %}Content display{% endblock %} {% block content %}
Content mime type: {{ mime_type }} , Hashing algorithm: {{ content_hash_algo}} , Content checksum: {{ content_checksum }} Raw File
{% include "content-directory-top-navigation.html" %}
{% if "inode/x-empty" == mime_type %} File is empty {% elif "text/" in mime_type %}
    {{ content }}
  
{% elif "image/" in mime_type and content %} {% else %} Content with mime type {{ mime_type }} can not be displayed {% endif %}
{% endblock %}