This figure depicts the ESI Include model. It shows a template consisting of the following:
  1. A first block of static text
  2. An esi:include tag that targets a fragment called Fragment1
  3. A second block of static text
  4. An esi:include tag that targets a fragment called Fragment2
  5. A third block of static text
It then shows the assembled page, consisting of the following:
  1. The first block of static text
  2. Fragment1
  3. The second block of static text
  4. Fragment2
  5. The third block of static text