{% extends "base.html" %} {% load bootstrap3 origin %} {% block morecss %} #preview { width: 100%; height: 60vh; border: solid 2px; } {% endblock %} {% block title %} Import Preview: {% firstof note.get_title note.id %} {% endblock %} {% block content %} {% origin %}
Last updated: {% firstof note.get_update_time "unknown" %}