{% extends "base.html" %}
{% block css %}
{% endblock %}
{% block title %}Title: {{metadata.title}}{% endblock %}
{% block content %}
{% if metadata.title %}
{{ metadata.title}}
{% else %}
{{ name }}
{% endif %}
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 %} {% endif %}