{% extends "layout.html" %} {% block title %}{{ resource['title'] }}{% endblock %} {% block head %} {% endblock %} {% block breadcrumb_items %} {% endblock %} {% block container_contents %}

{{ resource['title'] }}

{{ resource['tags'] }}

{{ resource['description'] }}

{% if resource['attachments'] is not none and resource['attachments']|length > 0 %}
Attachments
{% for attachment_id, filename in resource['attachments'].items() %}
{{ filename }}
{% endfor %}
{% endif %} {% endblock %} {% block before_body_end %} {% endblock %}