{% extends "base.html" %} {% block title %}{{ asset.name }} - Asset{% endblock %} {% block content %}
Back to Assets
{% if asset.asset_type == 'video' %} {% elif asset.asset_type == 'image' %} {% else %} {% endif %}

{{ asset.name }}

by {{ asset.owner }}

{{ asset.asset_type }}
{% if asset.description %}

{{ asset.description }}

{% endif %} {% if asset.tags %}
{% for tag in asset.tags %} {{ tag }} {% endfor %}
{% endif %}

Content Hash

{{ asset.content_hash }}

{% if asset.ipfs_cid %} {% endif %}
Created {{ asset.created_at }}
{% endblock %}