{% extends "cctbx/header.html" %} {% load static %} {% block content %}

Title

This is a lead paragraph. Give a short summary of what is explained in the page here.

Subtitle_1

Some text

Some text with code quoted within text.

sub-subtitle

Some more text

Subtitle_2

from iotbx.map_model_manager import map_model_manager      # load in the map_model_manager
mmm=map_model_manager()     # get an initialized instance of the map_model_manager
{% endblock %}