{% extends project_base_template|default:'mitrecore/base.html' %} {% load static from static %} {% load markdown from mitrecore.markdown %} {% block content %}
{% block content_title %}

{{ title }} ({{ mitre_id }}) {{ title_suffix }}

{% endblock %} {% block content_lock %} {% endblock %} {% block content_notice %} {% endblock %} {% block content_fields %} {% block content_details %} {% endblock %} {% block content_description %}
{{ object.description | markdown | safe }}
{% endblock %} {# Content tabs within the content body #} {% block content_tabs %} {# #} {% endblock %} {% block content_tab_contents %} {# If adding tabbed content to this block, #} {# make sure to use the following to include the default #} {# content_model_references block. #} {#
#} {# {{ block.super }} #} {#
#} {% block content_model_references %} {% endblock %} {% endblock %} {% endblock %} {% endblock %} {% block stylesheets %} {{ block.super }} {% endblock %} {% block javascripts %} {{ block.super }} {% endblock %}