{% extends "base.html" %} {% load url from future %} {% block pagestyle %} {% endblock %} {% block pagescripts %} {% endblock %} {% block content %}
{{ note.name }}

{% if pdf or ppt %}
{% comment %} # TODO: embed and pass the url with this included when we fix the css integration issues {% include 'partial/pdfembed.html' %} {% endcomment %} {% else %} {# if pdf #}
{% if note.html %}
{% else %} {# note.html #}
This document's content is currently unavailable. Please try again later.
{% endif %} {# note.html #} {% endif %} {# note.filetype == 'pdf' #}
{% endblock %}