{% extends "view_page_detail.html" %} {% load my_tags %} {% block content %}
{% include "detail_breadcrumb.html" %}

{{source.title|escape}}

{% comment %} 2 cols {% endcomment %}
Title: {{source.title|escape}}
Author: {{source.author|escape}}
ID: {{source.gramps_id|escape}}
Abbreviation: {{source.abbrev|escape}}
Public information: {{source.pubinfo|escape}}
{% endblock %}