{% mbd_token as token %}
{% if uri %}File {{ uri|mbd_basename }}{% else %}{{ title|default:"Data" }}{% endif %}
{% if toc %}
Table Of Contents
{% endif %} {% if content is None %}
No filter -- content will not be displayed.
{% else %}
{{ content }}
{% endif %}