{% extends 'diary/base.html' %} {% load static %} {% block diary_head_extra %} {# define variables used by the following js scripts #} {# ajax modal scripts #} {% endblock diary_head_extra %} {% block diary_content %} {# invoke this as super from child template #}
{# attachment point for ajax modal body - empty #} {% endblock diary_content %}