{% extends "base.html" %} {% block title %} {{ object.title }} {% endblock %} {% block content %}

{{ object.title }}

{{ object.content_with_anchors|safe }}
{% endblock %} {% block extra_attribution %} {# The page contents may have come from Wikipedia. Display the attribution. #} {% include 'wikipedia_attribution.html' %} {% endblock %}