{% extends "base.html" %} {% block css %} {% endblock %} {% block title %}Title: {{metadata.title}}{% endblock %} {% block content %}
{% if metadata == {} %}

We appreciate your interest, but unfortunately, we don't have any additional information available for: {{ name }}. If you have any other questions or need assistance with something else, please feel free to reach out to us.

{% else %}
Details
Abstract
{{ metadata.abstract or "N/A" }}
Journal
{{ metadata.journal or "N/A" }}
Month
{{ metadata.month or "N/A" }}
Page
{{ metadata.pages or "N/A" }}
Year
{{ metadata.year or "N/A" }}
{% endif %}
{% endblock %}