{% extends "base.html" %} {% load url from future %} {% block pagestyle %} {% endblock %} {% block pagescripts %} {% endblock %} {% block content %}
{{ note.name }}
{% comment %}
So far, {{ note.numUpVotes }} people have completely fallen in love with with these notes. {{ note.viewCount }} people have viewed them.
{% endcomment %} {% comment %}
uploaded by {% if owns_file %} you {% else %} {{ note.owner.get_profile.get_name }} {% endif %}
{% if not owns_file %}
note_download
{% endif %}
{% endcomment %}
{% if note.desc %}

description

{{ note.desc }}

{% endif %}

notes

{% endblock %}